You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: introduction.mdx
+13-20Lines changed: 13 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,19 @@ Choose the path that best fits your needs:
85
85
>
86
86
Learn how to use LLMs like Claude to speed up your MCP development
87
87
</Card>
88
+
<Card
89
+
title="Debugging Guide"
90
+
icon="bug"
91
+
href="/docs/tools/debugging">
92
+
Learn how to effectively debug MCP servers and integrations
93
+
</Card>
94
+
<Card
95
+
title="MCP Inspector"
96
+
icon="magnifying-glass"
97
+
href="/docs/tools/inspector"
98
+
>
99
+
Test and inspect your MCP servers with our interactive debugging tool
100
+
</Card>
88
101
</CardGroup>
89
102
90
103
## Explore MCP
@@ -136,26 +149,6 @@ Dive deeper into MCP's core concepts and capabilities:
136
149
</Card>
137
150
</CardGroup>
138
151
139
-
## Development tools
140
-
141
-
Essential tools for building and debugging MCP servers:
142
-
143
-
<CardGroupcols={2}>
144
-
<Card
145
-
title="Debugging Guide"
146
-
icon="bug"
147
-
href="/docs/tools/debugging">
148
-
Learn how to effectively debug MCP servers and integrations
149
-
</Card>
150
-
<Card
151
-
title="MCP Inspector"
152
-
icon="magnifying-glass"
153
-
href="/docs/tools/inspector"
154
-
>
155
-
Test and inspect your MCP servers with our interactive debugging tool
156
-
</Card>
157
-
</CardGroup>
158
-
159
152
## Contributing
160
153
161
154
Want to contribute? Check out [@modelcontextprotocol](https://github.com/modelcontextprotocol) on GitHub to join our growing community of developers building with MCP.
Copy file name to clipboardExpand all lines: tutorials/building-a-client.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,13 @@ title: "Building MCP clients"
3
3
description: "Learn how to build your first client in MCP"
4
4
---
5
5
6
-
In this tutorial, you'll learn how to build a client application that connects to MCP servers. It helps to have gone through the [Quickstart tutorial](/quickstart) that guides you through the basic of building your first server.
6
+
In this tutorial, you'll learn how to build a LLM-powered chatbot client that connects to MCP servers. It helps to have gone through the [Quickstart tutorial](/quickstart) that guides you through the basic of building your first server.
7
7
8
8
<Tabs>
9
9
<Tabtitle="Python">
10
10
11
+
You can find the complete code for this tutorial [here.](https://gist.github.com/zckly/f3f28ea731e096e53b39b47bf0a2d4b1)
12
+
11
13
## System Requirements
12
14
13
15
Before starting, ensure your system meets these requirements:
0 commit comments