Skip to content

Commit decb17f

Browse files
Merge branch 'main' into feat/task-continuity
2 parents d10d116 + 8811fae commit decb17f

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CODEOWNERS file for MCP Specification repository
22

3-
# General documentation ownership - @modelcontextprotocol/docs-maintaners and core-maintainers own all of /docs
4-
/docs/ @modelcontextprotocol/docs-maintaners @modelcontextprotocol/core-maintainers
3+
# General documentation ownership - @modelcontextprotocol/docs-maintainers and core-maintainers own all of /docs
4+
/docs/ @modelcontextprotocol/docs-maintainers @modelcontextprotocol/core-maintainers
55

66
# Specific ownership - @core-maintainer team owns docs/specification and schema/ directories
77
/docs/specification/ @modelcontextprotocol/core-maintainers

docs/docs/getting-started/intro.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,23 @@ Depending on where you sit in the ecosystem, MCP can have a range of benefits.
2828
- **AI applications or agents**: MCP provides access to an ecosystem of data sources, tools and apps which will enhance capabilities and improve the end-user experience.
2929
- **End-users**: MCP results in more capable AI applications or agents which can access your data and take actions on your behalf when necessary.
3030

31+
## Broad ecosystem support
32+
33+
MCP is an open protocol supported across a wide range of clients and servers. AI assistants like [Claude](https://claude.com/docs/connectors/building) and [ChatGPT](https://developers.openai.com/api/docs/mcp/), development tools like [Visual Studio Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers), [Cursor](https://cursor.com/docs/context/mcp), [MCPJam](https://docs.mcpjam.com/getting-started), and [many others](/clients) all support MCP — making it easy to build once and integrate everywhere.
34+
3135
## Start Building
3236

3337
<CardGroup cols={2}>
3438
<Card title="Build servers" icon="server" href="/docs/develop/build-server">
3539
Create MCP servers to expose your data and tools
3640
</Card>
3741

38-
<Card title="Build clients" icon="computer" href="/docs/develop/build-client">
39-
Develop applications that connect to MCP servers
42+
<Card title="Build clients" icon="computer" href="/docs/develop/build-client">
43+
Develop applications that connect to MCP servers
44+
</Card>
45+
46+
<Card title="Build MCP Apps" icon="puzzle-piece" href="/extensions/apps/overview">
47+
Build interactive apps that run inside AI clients
4048
</Card>
4149
</CardGroup>
4250

0 commit comments

Comments
 (0)