Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Server quickstart has invalid uv commands #121

Open
@elroy-bot

Description

@elroy-bot

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions