🐛 Critical Bug Fixes
HybridMemoryStorage Import Missing
- Fixed critical import error - Added missing
HybridMemoryStorageimport instorage/__init__.pyafter 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.examplewith correct curl examples and warnings - Enhanced diagnostics -
diagnose_backend_config.pynow 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.mdwith 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