You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update the GoodMemory install metadata and command from 0.5.1 to the current published 0.7.2
state the packaged MCP runtime requirement precisely as Bun 1.3.14+
refresh the source-review date
Why
The existing directory entry points users at an obsolete GoodMemory package version and an imprecise Bun minimum. This keeps the single source content entry aligned with the current npm release and packaging contract.
Validation
pnpm validate:content:strict — passed for 1,386 content files; 24 existing warnings were outside this entry
installCommand npm install -g goodmemory@0.5.1 -> @0.7.2
prerequisites Bun 1.3 or newer -> Bun 1.3.14 or newer
0.7.2 is real (npm publish time 2026-08-02T06:10:37Z). 0.5.1 shipped 2026-07-07 and was 14 releases behind. The Bun bump is not a guess either — it comes straight off the package engines field:
That is exactly how I want a version correction sourced.
Two things you should know, neither of which blocks this.
First, it is already behind again — npm dist-tags.latest is 0.7.4 as of 2026-08-13, and your own .well-known/goodmemory.json retrievalSource now declares 0.7.5 on the next tag. Nineteen releases in four months means a pinned installCommand will re-stale continuously. If you would rather stop chasing it, send me a follow-up that drops the pin.
Second, your retrievalSources still list the MCP registry endpoint, and that endpoint still reports 0.5.1 — it has never been updated past it. So this PR now sits above its own cited source. Worth pushing a registry update on your side so the two agree.
Thank you for the careful verification and for calling out both drift paths. I followed your suggestion in #5791, which removes the version pin from both install surfaces.
I also confirmed the registry mismatch directly: npm latest is 0.7.4, while the official MCP Registry endpoint still returns 0.5.1. The immutable v0.7.4server.json passes mcp-publisher validate; publication now only needs the registry login to be refreshed. I have kept that unresolved boundary explicit rather than claiming the source is current. Thanks again for merging the strict improvement.
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
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
0.5.1to the current published0.7.21.3.14+Why
The existing directory entry points users at an obsolete GoodMemory package version and an imprecise Bun minimum. This keeps the single source content entry aligned with the current npm release and packaging contract.
Validation
pnpm validate:content:strict— passed for 1,386 content files; 24 existing warnings were outside this entrygit diff --checkNo visual or generated-file changes.