site: correct Mimir figures to v2.1.0 / 40 MCP tools#439
Merged
Conversation
The homepage and product pages advertised "Mimir v2.0.0 — 36 MCP tools", but Mimir's main is at v2.1.0 (Cargo.toml) and exposes 40 MCP tools (the dispatch match in src/mcp.rs has 40 tool names). Per the verified-numbers / pitch-deck- is-source-of-truth rule, this corrects every stale reference across the site: - index.html: product card (version + tool count) and the proof checklist line - cloud/index.html: the Mimir feature card - mimir/index.html: meta description, hero subhead, the stat-cell big number, the "MCP tools" feature heading, and the footer version Static HTML only; no src/ change (no perseus.py rebuild needed). Note: the stranded local homepage commit f422570 was inspected and is fully superseded by origin/main's later site overhaul — it actually carried an older "31 tools" figure — so it was not landed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Why
The site advertised "Mimir v2.0.0 — 36 MCP tools", but both numbers are stale:
mainis at v2.1.0 (Cargo.toml).match nameinsrc/mcp.rshas exactly 40 tool names (mimir_remember…mimir_maintenance).Per the verified-numbers / pitch-deck-is-source-of-truth rule, this corrects every stale reference.
What
index.html— Mimir product card (version badge + tool count) and the proof-checklist line.cloud/index.html— the Mimir feature card (version + tool count).mimir/index.html— meta description, hero subhead, the stat-cell big number (36→40), the "MCP tools" feature heading, and the footer version.9 line changes; static HTML only — not a
src/change, so noperseus.pyrebuild.Perseus's own "v1.0.9 / 26 tools" figures were left untouched — v1.0.9 is the published PyPI version (1.0.10 isn't released yet), so the site is correct there.
Context: the stranded
f422570While investigating the local unpushed homepage commit
f422570, I found it's fully superseded byorigin/main's later site overhaul — the only content delta was thatf422570carried an older "31 tools" figure. So it was not landed (landing it would have regressed the homepage). This PR instead fixes the genuinely-current figures.🤖 Generated with Claude Code