Skip to content

Commit 895c0fb

Browse files
Added warning regarding the uv command in the quickstart guide
1 parent 0663449 commit 895c0fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

quickstart/server.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,10 @@ In this case, we'll add our single weather server like so:
301301
</Tab>
302302
</Tabs>
303303

304+
<Warning>
305+
You may need to put the full path to the `uv` executable in the `command` field. You can get this by running `which uv` on MacOS/Linux or `where uv` on Windows.
306+
</Warning>
307+
304308
<Note>
305309
Make sure you pass in the absolute path to your server.
306310
</Note>

0 commit comments

Comments
 (0)