Skip to content

v0.28.0 — MIT license, MCP registry manifest, PyPI publishing

Choose a tag to compare

@Lexus2016 Lexus2016 released this 16 Sep 16:11
· 11 commits to main since this release

First release published to PyPI: uv tool install turbo-quant-memory

See CHANGELOG.md for the full entry.

Added

  • MIT license. The repo previously shipped with none, so GitHub reported "license": null — legally all-rights-reserved, which blocked corporate users and every directory listing.
  • server.json for the official MCP registry, validated against the 2025-12-11 schema.
  • PyPI publishing via Trusted Publishing (OIDC, no stored token), guarded against tag/version drift.

Changed

  • The distribution is now turbo-quant-memory (was turbo-memory-mcp), matching the repository, the README title and the registry entry. The turbo-memory-mcp command is unchanged, so existing MCP client configs keep working; a turbo-quant-memory alias was added so uvx turbo-quant-memory serve resolves.
  • READMEs rewritten, 349 → ~140 lines in all three languages; long-form sections moved to docs/.

Fixed

  • An overstated claim: the advertised "zero network code" proof command actually returned a hit. It is now anchored to import statements, and fastembed's one-time model download is named as the real exception.
  • The [torch] fallback told you to pip install, which lands in the active venv rather than the uv-tool environment running the server.