Summary
Automate building and pushing the pmmcp Docker image to GitHub Container Registry (GHCR) so users can run it without cloning the repo.
Acceptance Criteria
Post-publish cleanup
Context
The README previously documented this as "Option A (recommended)" but the image was never published. Users currently must build from source.
Summary
Automate building and pushing the pmmcp Docker image to GitHub Container Registry (GHCR) so users can run it without cloning the repo.
Acceptance Criteria
ghcr.io/<org>/pmmcpon push tomainand on version tagslatestand the semver tag (e.g.v0.1.0)Installationsection updated with workingdocker pullinstructionspodman run -i --rm --name pmmcp ghcr.io/<org>/pmmcp --pmproxy-url http://host:44322Post-publish cleanup
.mcp.json.exampleto reference the GHCR image URL instead of the local build (pmmcp).mcp.json.exampleContext
The README previously documented this as "Option A (recommended)" but the image was never published. Users currently must build from source.