v2.0.0: Publish pmll-memory-mcp to npm, prepare PyPI + MCP registry for release - #61
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/drQedwards/PPM/sessions/4a44d5d3-e98f-44e3-98c7-d75dec9843ec Co-authored-by: drQedwards <213266729+drQedwards@users.noreply.github.com>
… workflow, update MCP registry metadata Agent-Logs-Url: https://github.com/drQedwards/PPM/sessions/4a44d5d3-e98f-44e3-98c7-d75dec9843ec Co-authored-by: drQedwards <213266729+drQedwards@users.noreply.github.com>
…P registry workflow for mcp/ directory, add keywords Agent-Logs-Url: https://github.com/drQedwards/PPM/sessions/4a44d5d3-e98f-44e3-98c7-d75dec9843ec Co-authored-by: drQedwards <213266729+drQedwards@users.noreply.github.com>
…workflow comment Agent-Logs-Url: https://github.com/drQedwards/PPM/sessions/4a44d5d3-e98f-44e3-98c7-d75dec9843ec Co-authored-by: drQedwards <213266729+drQedwards@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
drQedwards
marked this pull request as ready for review
April 4, 2026 05:55
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ship v2.0.0 of
pmll-memory-mcpto npm (published), prepare PyPI and MCP registry for automated publishing on GitHub Release creation. Includes all PR #60 work (four-way benchmarks, combined speed tests, agent_instructions).Version bump (1.0.1 → 2.0.0)
mcp/package.json,mcp/pyproject.toml,server.json,mcp/mcp_manifest.jsonnpm — published
pmll-memory-mcp@2.0.0is live on npmjs.github/workflows/npm-publish.yml— triggers on release, usesNPM_TOKENsecretagent_instructions.mdandbenchmarks/alongsidedist/PyPI — ready for release trigger
pyproject.tomlclassifier promoted toProduction/Stableagent-instructions,benchmarks,peek-cachekeywordspypi-publish.yml(OIDC trusted publishing) works as-is — just needs Release 2.0.0 createdMCP registry metadata
server.json: added PyPI package entry alongside npm, updated description with benchmark datamcp_manifest.json: addedbenchmarksobject (per-config avg ms for both TS/PY),agent_instructionsreference, dualpackages(npm + PyPI)mcp-registry-publish.ymlto setworking-directory: mcp/(was running from repo root, couldn't findpackage.json)README updates
Add the npm auth token as repository secret
NPM_TOKENin Settings → Secrets for future automated npm publishes. PyPI uses OIDC (no token needed). Creating GitHub Releasev2.0.0will trigger all three publish workflows (npm, PyPI, MCP registry).