Skip to content

Commit b3ce379

Browse files
committed
fix
1 parent 903afd8 commit b3ce379

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/first-server/python.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,12 @@ Let's build your first MCP server in Python! We'll create a weather server that
299299
"mcpServers": {
300300
"weather": {
301301
"command": "uv",
302-
"args": "--directory path/to/your/project run weather-service",
302+
"args": [
303+
"--directory",
304+
"path/to/your/project",
305+
"run",
306+
"weather-service"
307+
],
303308
"env": {
304309
"OPENWEATHER_API_KEY": "your-api-key",
305310
}

0 commit comments

Comments
 (0)