v11.3.2
[11.3.2] - 2026-06-30
PATCH release: declare numpy>=1.24.0 as core dependency -- fixes bare uvx install crash.
Fixed
- Declare
numpy>=1.24.0as a core dependency -- bare install viauvx --from mcp-memory-service memory launchcrashed withNo module named 'numpy'after the v11 optional-ML refactor dropped the implicit transitive numpy dep from torch. numpy is imported at module level by consolidation, embeddings, and quality subpackages and must be a direct dep (closes #98).
Upgrade
pip install --upgrade mcp-memory-service
or via uvx:
uvx --from mcp-memory-service memory launch
Full changelog: https://codeberg.org/doobidoo/mcp-memory-service/src/branch/main/CHANGELOG.md