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: docs/quickstart/server.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ if __name__ == "__main__":
262
262
mcp.run(transport='stdio')
263
263
```
264
264
265
-
Your server is complete! Run `uv run weather.py` to confirm that everything's working.
265
+
Your server is complete! Run `uv run weather.py` to start the MCP server, which will listen for messages from MCP hosts.
266
266
267
267
Let's now test your server from an existing MCP host, Claude for Desktop.
268
268
@@ -341,7 +341,7 @@ You may need to put the full path to the `uv` executable in the `command` field.
341
341
342
342
<Note>
343
343
344
-
Make sure you pass in the absolute path to your server.
344
+
Make sure you pass in the absolute path to your server. You can get this by running `pwd` on MacOS/Linux or `cd` on Windows Command Prompt. On Windows, remember to use double backslashes (`\\`) or forward slashes (`/`) in the JSON path.
0 commit comments