Skip to content

Commit 3154e01

Browse files
authored
Merge pull request modelcontextprotocol#4 from modelcontextprotocol/zack-lee/specs-2
making requested changes
2 parents f82508d + 92dfe4f commit 3154e01

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

docs/guides/claude.mdx renamed to docs/guides/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Connecting MCP to Claude"
2+
title: "Quickstart"
33
description: "Get started with MCP in less than 5 minutes"
44
---
55

6-
Give Claude superpowers by connecting it to your local computer! This guide will show you how to set up Model Context Protocol (MCP) and experience its magic in just 5 minutes.
6+
Give Claude desktop superpowers by connecting it to your local computer! This guide will show you how to set up Model Context Protocol (MCP) and experience its magic in just 5 minutes.
77

88
<Note>
99
MCP connects Claude to external data sources and tools. In this guide, we'll give Claude the ability to:

introduction.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ description: 'Get started with the Model Context Protocol (MCP)'
55

66
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.
77

8-
## Quickstart Guides
8+
## Get started with MCP
99

1010
Choose the path that best fits your needs:
1111

1212
<CardGroup cols={2}>
1313
<Card
14-
title="Try MCP with Claude"
14+
title="Quickstart"
1515
icon="bolt"
16-
href="/docs/guides/claude"
16+
href="/docs/guides/quickstart"
1717
>
18-
The fastest way to see MCP in action - connect example servers to Claude in minutes
18+
The fastest way to see MCP in action - connect example servers to Claude Desktop
1919
</Card>
2020
<Card
2121
title="Build Your First Server (TypeScript)"

mint.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,9 @@
5050
"group": "Get Started",
5151
"pages": [
5252
"introduction",
53-
"docs/guides/claude",
53+
"docs/guides/quickstart",
5454
"docs/guides/first-server-python",
55-
"docs/guides/first-server-ts",
56-
"docs/guides/integrate-python",
57-
"docs/guides/integrate-ts"
55+
"docs/guides/first-server-ts"
5856
]
5957
},
6058
{

0 commit comments

Comments
 (0)