Skip to content

Mimir v1.1.0 — Phase 1: Distribution & Ecosystem

Choose a tag to compare

@tcconnally tcconnally released this 20 Jun 02:24
· 41 commits to main since this release
d2c6585

Mimir v1.1.0 — Phase 1: Distribution & Ecosystem

Theme: "Mimir everywhere." 12-week execution, 6 merged PRs.

Integration Guides (PR #169)

Polished Claude Code, Cursor, and General MCP guides: fixed version refs, broken cargo install instruction (crates.io name collision), wrong hybrid-search flags, and tool count.

Framework Adapters (PR #170)

  • New: AutoGen (AG2 / autogen-core v0.4+) adapterMimirMemory implementing the autogen_core.memory.Memory protocol
  • Fixed crewai + langgraph init-handshake bug — 30s stall on every real session start (wrong JSON-RPC id)
  • Fixed broken adapter tests — FakePopen used old communicate() API after adapters moved to persistent stdio
  • New .github/workflows/integrations.yml — matrix-tests all three adapters

Transport & Docker (PR #171)

  • --mcp-token Bearer auth — wired end-to-end for SSE/HTTP transport (was hardcoded None)
  • 5 auth middleware tests — tower::oneshot router tests for 401/200/WWW-Authenticate
  • docs/transport.md — SSE vs HTTP vs stdio, token auth, MCP Connector API wiring
  • .github/workflows/docker.yml — GHCR image on main + tags (Alpine multi-stage)

Quality & Discovery (PR #172)

  • Windows CItest-windows job on every PR, green on first run
  • Glama TDQS 100% — 31 tools, all with outputSchema + annotations (13 readOnlyHint, 18 destructiveHint)
  • Smithery server.json — updated from v0.5.0 to v1.0.1

Stress Testing (PR #173)

  • Decay batching — 1000-entity transaction chunks (O(1) WAL at any scale)
  • 100K entity scale test — 0.028s FTS5 recall, 1.78s decay tick
  • Concurrent r/w test — 0 errors in writer+reader sharing same SQLite WAL DB

Binary

mimir (8.7 MB, Linux x86-64, statically linked with musl)

Install

curl -sSL https://raw.githubusercontent.com/Perseus-Computing-LLC/mimir/main/scripts/bootstrap.sh | bash

Or download the binary from the assets below.