What's New
Bug Fixes
-
fix(milvus): add
delete_memoryproxy for consolidation protocol (#872, @henry201605)Adds a
delete_memory(hash) -> boolalias toMilvusMemoryStorage. Without this method,memory_consolidatesilently 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_memoryinterface defined inBaseStorage. Milvus was missing this alias, causing anAttributeErrorthat 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.1Full Changelog
See CHANGELOG.md for the complete list of changes.