Skip to content

Commit 8f93e74

Browse files
authored
Docs: Add links to python and typescript MCP weather Server examples (modelcontextprotocol#1556)
* Fix oudated server path * Add links to python and typescript MCP weather Server examples on quickstart-resources repo
1 parent 5877e2e commit 8f93e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/develop/build-client.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ uv run client.py path/to/build/index.js # node server
344344

345345
<Note>
346346

347-
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`
347+
If you're continuing [the weather tutorial from the server quickstart](https://github.com/modelcontextprotocol/quickstart-resources/tree/main/weather-server-python), your command might look something like this: `python client.py .../quickstart-resources/weather-server-python/weather.py`
348348

349349
</Note>
350350

@@ -758,7 +758,7 @@ node build/index.js path/to/build/index.js # node server
758758

759759
<Note>
760760

761-
If you're continuing the weather tutorial from the server quickstart, your command might look something like this: `node build/index.js .../quickstart-resources/weather-server-typescript/build/index.js`
761+
If you're continuing [the weather tutorial from the server quickstart](https://github.com/modelcontextprotocol/quickstart-resources/tree/main/weather-server-typescript), your command might look something like this: `node build/index.js .../quickstart-resources/weather-server-typescript/build/index.js`
762762

763763
</Note>
764764

0 commit comments

Comments
 (0)