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
@@ -939,7 +941,7 @@ Add this configuration (replace the parent folder path):
939
941
940
942
This tells Claude Desktop:
941
943
1. There's an MCP server named "weather"
942
-
2. Launch it by running `uv --directory /PATH/TO/PARENT/FOLDER/mcp-quickstart run weather` if using Python or `node /PATH/TO/PARENT/FOLDER/mcp-quickstart/build/index.js` if using Node
944
+
2. Launch it by running `uv --directory /PATH/TO/PARENT/FOLDER/weather run weather` if using Python or `node /PATH/TO/PARENT/FOLDER/weather/build/index.js` if using Node
Copy file name to clipboardExpand all lines: tutorials/building-a-client.mdx
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,9 @@
1
1
---
2
-
title: "Building a MCP client"
2
+
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.
7
-
8
-
## Prerequisite Knowledge
9
-
10
-
This tutorial assumes familiarity with:
11
-
- Python
12
-
- LLMs like Claude
13
-
14
-
It helps to understand [tool use (aka function calling)](https://docs.anthropic.com/en/docs/build-with-claude/tool-use), but it's not required.
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.
0 commit comments