github doobidoo/mcp-memory-service v7.3.2
Release v7.3.2: Critical Bug Fixes & Enhanced Documentation

latest releases: v10.64.1, v10.64.0, v10.63.0...
7 months ago

🐛 Critical Bug Fixes

HybridMemoryStorage Import Missing

  • Fixed critical import error - Added missing HybridMemoryStorage import in storage/__init__.py after v7.3.0 update
  • Symptom resolved - "Unknown storage type: HybridMemoryStorage" error no longer occurs
  • Health check restored - HTTP dashboard now properly displays hybrid backend status
  • Backwards compatibility - Import follows same conditional pattern as other storage backends

Enhanced Cloudflare Token Authentication

  • Resolved token endpoint confusion - Clear guidance on using account-scoped vs generic verification endpoints
  • Documentation improvements - Comprehensive .env.example with correct curl examples and warnings
  • Enhanced diagnostics - diagnose_backend_config.py now tests both token verification endpoints
  • Developer experience - New troubleshooting guide prevents common authentication mistakes

📚 Documentation Enhancements

Comprehensive Troubleshooting Guide

  • New guide: docs/troubleshooting/cloudflare-authentication.md with complete Cloudflare setup guidance
  • Token verification clarity - Explains difference between account-scoped and generic API endpoints
  • Common errors documented - Solutions for "Invalid API Token" and related authentication failures
  • Step-by-step checklist - Systematic approach to diagnosing token and authentication issues

Enhanced Configuration Examples

  • Improved .env.example - Combines comprehensive v7.3.1 configuration with token verification guidance
  • Clear warnings - Explicit guidance on which endpoints to use and avoid
  • Security best practices - Token handling and verification recommendations

🔗 References

  • Closes critical post-v7.3.0 hybrid storage import issue
  • Addresses developer confusion around Cloudflare token verification endpoints
  • PR #139: Fix HybridMemoryStorage import + Add comprehensive Cloudflare token verification guide

🚀 Quick Start

# Update to latest version
pip install --upgrade mcp-memory-service

# Or with uv
uv add mcp-memory-service@latest

📋 What's Next?

  • Test the fixed HybridMemoryStorage import
  • Review the new Cloudflare troubleshooting documentation
  • Update your token verification processes using the account-scoped endpoint

Full Changelog: v7.3.1...v7.3.2

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

NewReleases is sending notifications on new releases.