Official Lite Distribution Support
This release introduces the official mcp-memory-service-lite package, bringing 90% installation size reduction and automated dual publishing to PyPI.
Highlights
- 📦 New Lite Package -
mcp-memory-service-litefor ONNX-only installations (805MB vs 7.7GB) - 🤖 Automated Dual Publishing - CI/CD workflow publishes both full and lite packages
- 🔌 Conditional Loading - Transformers becomes truly optional with graceful fallback
- 🐛 Multi-Protocol Port Detection - HTTP/HTTPS health checks with cross-platform fallback
Installation
Lite Package (Recommended for most users):
pip install mcp-memory-service-liteFull Package (For ML features):
pip install mcp-memory-serviceWhat's Changed
- Official Lite Distribution Support (PR #341)
- Multi-Protocol Port Detection and Cross-Platform Fallback
- Comprehensive integration tests (15 tests, 487 lines)
- Documentation updates across CHANGELOG, README, and CLAUDE.md
See CHANGELOG.md for complete details.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com