github doobidoo/mcp-memory-service v10.10.4
v10.10.4 - CLI & Test Infrastructure Fixes

latest releases: v10.31.1, v10.31.0, v10.30.0...
one month ago

CLI & Test Infrastructure Fixes

Fixed

  • CLI Batch Ingestion (#447): Fixed async bug in ingest-directory command causing "NoneType object can't be awaited" errors

    • Made sqlite_vec.close() async to match other storage backend interfaces
    • Result: CLI batch ingestion now works at 100% success rate (was 9.4% before fix)
    • Issue: #447
  • Test Infrastructure (#451): Fixed graph visualization validation and test authentication setup

    • Graph Visualization: Tightened limit validation from le=1000 to le=500 for consistency with test expectations
    • Test Authentication: Fixed module import order causing 15 tests to fail with 401 errors
    • Result: All 15 tests now pass (previously 14 failed, 1 xpassed)
    • Issue: #451

Commits


Install:

pip install --upgrade mcp-memory-service

Full Changelog: https://github.com/doobidoo/mcp-memory-service/blob/main/CHANGELOG.md

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

NewReleases is sending notifications on new releases.