Skip to content

Commit b108ad7

Browse files
author
hideya
committed
quickstart: Use quotes to avoid shell interpretation
1 parent 96d644c commit b108ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ uv venv
8383
source .venv/bin/activate
8484

8585
# Install dependencies
86-
uv add mcp[cli] httpx
86+
uv add "mcp[cli]" httpx
8787

8888
# Create our server file
8989
touch weather.py

0 commit comments

Comments
 (0)