v3.6.2 — mneme Record
This release publishes two things that were finished but never shipped, because the 3.6.1 tag was cut before they landed.
The display name
The MCP Registry returns four distinct things for the word "mneme":
- this project
- the retired entry under the account's former handle — still
active, stillisLatestinside its own namespace, frozen at 3.5.0 patsa2561-art/mneme-ai, fifteen versions, actively maintained, roughly sixteen times this project's npm downloadssimplemindedbot/mnemex
Someone searching that word cannot tell which one they are looking at. server.json has carried title: "mneme Record" since the identity change, but the registry kept serving title: "mneme" at 3.6.1. This release moves the name the registry actually shows.
Display only. The registry name is unchanged, so no second entry is created and the namespace is not re-litigated. Package names, the CLI command, and the config directory are untouched — nothing you have installed or scripted breaks.
CITATION.cff deliberately stays mneme. The academic surface is bound to a DOI and an ORCID where the bare word cannot collide, and changing the citation title would split the scholarly record across versions.
The README
It now opens with the problem mneme solves rather than the backends it does not use, and documents all nine MCP tools under a ## Tools heading. That heading exists because directory tooling could not detect the tool list.
The scope-and-limits disclosures did not shrink. They moved below the first screen.
Also
- The 3.6.1 changelog entry corrected to record 3.5.0 as the last version published under the retired namespace.
- Seven npm dependencies updated.
Verification
30 CI checks green, including seven release benchmarks, CodeQL for JavaScript/TypeScript and Python, the Neo4j knowledge-graph integration, and the Node 22/24 and Python 3.11–3.14 matrices across Linux, macOS and Windows. Version lockstep reports matches_target across all 18 sources; repository integrity passes.
What's Changed
- docs(changelog): correct the last version published to the retired namespace by @OnourImpram in #39
- chore(deps): bump the npm-all group across 1 directory with 7 updates by @dependabot[bot] in #28
- Lead the README with the problem, not the caveats by @OnourImpram in #40
- Display name becomes "mneme Record" by @OnourImpram in #41
- release: v3.6.2 — publish the display name and the README rework by @OnourImpram in #42
Full Changelog: v3.6.1...v3.6.2