Critical Hotfix: Memory Recall Import Error
This release fixes a critical bug that broke the recall_memory MCP tool.
Fixed
- Critical Import Error in handle_recall_memory - Fixed incorrect import path causing tool failure
- Issue: Handler imported from non-existent
..utils.time_utilsmodule - Fix: Corrected to import from
...utils.time_parser(actual module location) - Impact: Restored recall_memory tool functionality with time expressions
- Functions affected:
extract_time_expression,parse_time_expression - All tests pass (87/88 - 99% pass rate maintained)
- Issue: Handler imported from non-existent
Impact
Users experiencing ImportError when using recall_memory with time-based queries should upgrade immediately.
Installation
pip install --upgrade mcp-memory-serviceVerification
python -c "from mcp_memory_service import __version__; print(__version__)"
# Should output: 8.62.3Full Changelog: https://github.com/doobidoo/mcp-memory-service/blob/main/CHANGELOG.md