fix(mcp): unpin GoodMemory install - #5791
Open
hjqcan wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Registry follow-up is now complete. The official MCP Registry accepted Registry endpoint: https://registry.modelcontextprotocol.io/v0.1/servers/io.github.hjqcan%2Fgoodmemory/versions/latest This resolves the stale retrieval source noted on #5774; this PR resolves the separate recurring install-pin drift. All required checks on this PR are green. |
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.
Summary
installCommandWhy
This follows the maintainer suggestion on #5774.
npm install -g goodmemoryresolves npmlatest, so the directory entry does not become stale after every GoodMemory release. As of this PR, npmlatestis0.7.4.The separate MCP Registry metadata drift is confirmed: its
versions/latestendpoint still returns0.5.1. Av0.7.4manifest passesmcp-publisher validate, but republishing is currently blocked on refreshing the expired registry authentication token; this PR does not claim that registry issue is resolved.Validation
pnpm validate:content:strict— passed for 1,388 content files; 24 existing warnings are outside this entrygit diff --checkRefs #5774.