Skip to content

site: correct Mimir figures to v2.1.0 / 40 MCP tools#439

Merged
tcconnally merged 1 commit into
mainfrom
site/mimir-accuracy-v2.1.0-40tools
Jun 24, 2026
Merged

site: correct Mimir figures to v2.1.0 / 40 MCP tools#439
tcconnally merged 1 commit into
mainfrom
site/mimir-accuracy-v2.1.0-40tools

Conversation

@tcconnally

Copy link
Copy Markdown
Collaborator

Why

The site advertised "Mimir v2.0.0 — 36 MCP tools", but both numbers are stale:

  • Version: Mimir main is at v2.1.0 (Cargo.toml).
  • Tool count: Mimir exposes 40 MCP tools — the dispatch match name in src/mcp.rs has exactly 40 tool names (mimir_remembermimir_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 (3640), the "MCP tools" feature heading, and the footer version.

9 line changes; static HTML only — not a src/ change, so no perseus.py rebuild.

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 f422570

While investigating the local unpushed homepage commit f422570, I found it's fully superseded by origin/main's later site overhaul — the only content delta was that f422570 carried 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

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>
@tcconnally tcconnally merged commit 427d6d7 into main Jun 24, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant