github doobidoo/mcp-memory-service v8.50.1
v8.50.1 - Critical Bug Fixes

latest releases: v10.26.5, v10.26.4, v10.26.3...
3 months ago

Critical Bug Fixes - Configuration & Installation

This patch release resolves two user-reported bugs affecting custom embedding model configuration and installation script backend selection.

Fixed

MCP_EMBEDDING_MODEL Environment Variable Now Respected (PR #276, fixes #275)

  • The MCP_EMBEDDING_MODEL environment variable was being ignored in server.py during storage initialization
  • All storage backends (sqlite_vec, hybrid) now correctly use EMBEDDING_MODEL_NAME from config
  • Users can now configure custom embedding models like paraphrase-multilingual-mpnet-base-v2
  • Technical details: Fixed by passing config.embedding_model to storage backend constructors

Installation Script Backend Support Updated (fixes #273, commit 892212c)

  • Removed stale ChromaDB references from --storage-backend choices (ChromaDB was removed in v8.3.0)
  • Added missing 'cloudflare' and 'hybrid' options to both installation scripts
  • Updated help text to reflect current supported backends: sqlite_vec, cloudflare, hybrid
  • Fixes: scripts/installation/install.py and root-level install.py

Added

i18n Quality Analytics Translations - Completed translations for quality analytics feature (PR #271)

  • Added 25 quality strings to Spanish, French, German, Japanese, Korean (125 translations total)
  • Completes i18n coverage started in PR #270 (English/Chinese)
  • Languages now fully supported: English, Chinese, Spanish, French, German, Japanese, Korean
  • Strings added: navigation labels, quality stats/charts, provider settings, help text

Related Issues: #275, #273

Full Changelog: https://github.com/doobidoo/mcp-memory-service/blob/main/CHANGELOG.md#8501---2025-12-14

🤖 Generated with Claude Code

Don't miss a new mcp-memory-service release

NewReleases is sending notifications on new releases.