Summary
Publish the pmmcp package to PyPI so users can install it via pip install pmmcp or uv tool install pmmcp / uvx pmmcp without cloning the repo.
Acceptance Criteria
Context
The README previously documented this as "Option B" with a uvx MCP config snippet, but the package was never published. Users currently must build from source.
Summary
Publish the pmmcp package to PyPI so users can install it via
pip install pmmcporuv tool install pmmcp/uvx pmmcpwithout cloning the repo.Acceptance Criteria
pyproject.tomlmetadata is complete (description, classifiers, URLs, license)Installationsection updated with workinguv tool install pmmcpanduvxinstructionsuvx pmmcp --pmproxy-url http://host:44322works end-to-endContext
The README previously documented this as "Option B" with a
uvxMCP config snippet, but the package was never published. Users currently must build from source.