github doobidoo/mcp-memory-service v10.10.1
v10.10.1 - Critical Bug Fixes

latest releases: v10.30.0, v10.29.1, v10.29.0...
one month ago

Fixed

  • Search Handler (#444, #446): Fixed AttributeError in memory_search - handle dict results correctly when storage backend returns dictionaries instead of SearchResult objects
  • Import Error (#443): Fixed response_limiter import path in server/handlers/memory.py (max_response_chars feature now works)
  • Security (#441): Added allowlist validation to maintenance scripts (SQL injection prevention in soft_delete_test_memories.py and migration scripts)

Changed

  • Exact Search Mode (#445): Changed to case-insensitive substring matching (LIKE) instead of full-content equality for more intuitive search behavior
    • BREAKING CHANGE: Users relying on exact full-match behavior may need to adjust queries
    • Previous: mode=exact matched only if entire content was identical
    • New: mode=exact performs case-insensitive substring search using SQL LIKE operator

Known Issues

  • CLI Async (#447): ingest-directory async handling under investigation - deferred to separate PR

Full Changelog: v10.10.0...v10.10.1

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

NewReleases is sending notifications on new releases.