Skip to content

v11.3.2

Choose a tag to compare

@doobidoo doobidoo released this 05 Sep 07:07
· 330 commits to main since this release

[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.0 as a core dependency -- bare install via uvx --from mcp-memory-service memory launch crashed with No 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