Skip to content

Commit a849854

Browse files
committed
fix: correctly invoke uv run
This was found by @rohitkhatana in modelcontextprotocol#169
1 parent 88d4423 commit a849854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Make sure you pass in the absolute path to your server.
311311

312312
This tells Claude for Desktop:
313313
1. There's an MCP server named "weather"
314-
2. To launch it by running `uv --directory /ABSOLUTE/PATH/TO/PARENT/FOLDER/weather run weather`
314+
2. To launch it by running `uv --directory /ABSOLUTE/PATH/TO/PARENT/FOLDER/weather run weather.py`
315315

316316
Save the file, and restart **Claude for Desktop**.
317317
</Tab>

0 commit comments

Comments
 (0)