Skip to content

Commit 7e10a89

Browse files
Merge pull request modelcontextprotocol#100 from modelcontextprotocol/jerome/fix/add-full-path-uv-warning
Added warning regarding the uv command in the quickstart guide
2 parents ccc37ac + 895c0fb commit 7e10a89

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)