Skip to content

Commit b06b11b

Browse files
committed
Sync open source content 🐝 (from ab96bbba5491f6a39779268921b00f7ad8ec87e8)
1 parent 9c8e87d commit b06b11b

15 files changed

+535
-0
lines changed

β€Ž_meta.global.tsxβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,9 @@ const meta = {
12431243
},
12441244
},
12451245
},
1246+
"openai-ecosystem": {
1247+
title: "The OpenAI ecosystem",
1248+
},
12461249
"building-servers-section": {
12471250
type: "separator",
12481251
title: <SidebarSeparator>{"Building MCP servers"}</SidebarSeparator>,

β€Žmcp/index.mdxβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,19 @@ import {
1010
useCasesCards,
1111
gettingStartedCards,
1212
buildingServersCards,
13+
introToMcpCards,
1314
} from "@/lib/data/mcp-index";
1415

1516
# Model Context Protocol (MCP) Hub
1617

1718
Welcome to the Model Context Protocol Hub. MCP is an open standard that enables AI agents to securely connect to external tools, data sources, and services. Whether you're using MCP servers or building your own, this hub will help you get the most out of the protocol.
1819

20+
## Intro to MCP
21+
22+
Comprehensive guides to understanding MCP in the context of different AI ecosystems and platforms.
23+
24+
<CardGrid cards={introToMcpCards} columns={2} />
25+
1926
## Core concepts
2027

2128
Understanding MCP's building blocks is essential for making informed decisions about how to use it effectively.

β€Žmcp/openai-ecosystem.mdxβ€Ž

Lines changed: 525 additions & 0 deletions
Large diffs are not rendered by default.
137 KB
Loading
36.1 KB
Loading
301 KB
Loading
115 KB
Loading
116 KB
Loading
521 KB
Loading
380 KB
Loading

0 commit comments

Comments
Β (0)