This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Server quickstart has invalid uv commands #121
Open
Description
https://modelcontextprotocol.io/quickstart/server
has the following:
{
"mcpServers": {
"weather": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/weather",
"run",
"weather.py"
]
}
}
}
uv --directory apparently was a valid flag but is currently hidden astral-sh/uv#6733