github doobidoo/mcp-memory-service v10.51.1
v10.51.1 — Milvus consolidation fix

5 hours ago

What's New

Bug Fixes

  • fix(milvus): add delete_memory proxy for consolidation protocol (#872, @henry201605)

    Adds a delete_memory(hash) -> bool alias to MilvusMemoryStorage. Without this method, memory_consolidate silently failed on the Milvus backend during:

    • Stage 4 — Compression: semantic merging of similar memories
    • Stage 5 — Controlled Forgetting: quality-based archival of low-value memories

    Both stages call the delete_memory interface defined in BaseStorage. Milvus was missing this alias, causing an AttributeError that swallowed the consolidation cycle silently. No behaviour change for SQLite-Vec, Cloudflare, or Hybrid backends.

Upgrade

pip install --upgrade mcp-memory-service
# or
uv add mcp-memory-service==10.51.1

Full Changelog

See CHANGELOG.md for the complete list of changes.

Don't miss a new mcp-memory-service release

NewReleases is sending notifications on new releases.