CLI & Test Infrastructure Fixes
Fixed
-
CLI Batch Ingestion (#447): Fixed async bug in
ingest-directorycommand 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
- Made
-
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-serviceFull Changelog: https://github.com/doobidoo/mcp-memory-service/blob/main/CHANGELOG.md