Skip to content

Commit 3458500

Browse files
authored
Update client.mdx (modelcontextprotocol#184)
correcting the python uv run client command to properly reflect the folder structure of the project files
1 parent c241f8a commit 3458500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/client.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ uv run client.py path/to/build/index.js # node server
314314
```
315315

316316
<Note>
317-
If you're continuing the weather tutorial from the server quickstart, your command might look something like this: `python client.py .../weather/src/weather/server.py`
317+
If you're continuing the weather tutorial from the server quickstart, your command might look something like this: `python client.py .../quickstart-resources/weather-server-python/weather.py`
318318
</Note>
319319

320320
The client will:

0 commit comments

Comments
 (0)