Skip to content

Commit 1a3cc6d

Browse files
committed
small addition to client
1 parent fe2ab94 commit 1a3cc6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tutorials/building-a-client.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ uv run client.py path/to/server.py # python server
305305
uv run client.py path/to/build/index.js # node server
306306
```
307307

308+
<Note>
309+
If you're continuing the weather tutorial from the quickstart, you might have to initialize the server with `uv --directory /PATH/TO/PARENT/weather run weather`
310+
</Note>
311+
308312
The client will:
309313
1. Connect to the specified server
310314
2. List available tools

0 commit comments

Comments
 (0)