Why
The README tells users to run uvx mcp-server-python-docs, but the package is not currently available on PyPI. That makes the public install path fail immediately, which blocks any serious star/launch push.
Evidence
Acceptance criteria
- PyPI trusted publisher is configured for this repository/workflow/environment.
- A new release publishes successfully to PyPI.
uvx mcp-server-python-docs --version works from a clean environment.
- README install command is verified against the published package.
Why
The README tells users to run
uvx mcp-server-python-docs, but the package is not currently available on PyPI. That makes the public install path fail immediately, which blocks any serious star/launch push.Evidence
uvx mcp-server-python-docs --versionfails with: package not found in registry.v0.1.1failed in the Publish to PyPI job.invalid-publisher/ no matching PyPI trusted publisher.Acceptance criteria
uvx mcp-server-python-docs --versionworks from a clean environment.