github doobidoo/mcp-memory-service v6.17.1
v6.17.1: Script Reorganization Compatibility Hotfix

latest releases: v10.40.2, v10.40.1, v10.40.0...
7 months ago

🔧 Script Reorganization Compatibility Hotfix

Critical Fix for v6.17.0 Users

Addresses script path issues from v6.17.0 reorganization that broke existing Claude Desktop configurations.

✅ Zero Disruption Solution

  • Backward compatibility stub added at scripts/run_memory_server.py
  • Existing configurations work immediately without changes
  • Migration guidance provided for better approaches

🏆 Recommended Launch Methods (in stability order)

  1. python -m mcp_memory_service.server - Most stable, no path dependencies
  2. uv run memory server - UV tooling integration
  3. scripts/server/run_memory_server.py - Direct script at new location
  4. scripts/run_memory_server.py - Legacy location (shows migration notice)

📚 Documentation Updates

  • Enhanced README with migration notice and multiple configuration examples
  • Updated configuration templates to show Python module approach as primary
  • Created comprehensive migration guide (#108)

🎯 Benefits

  • Immediate relief: No users blocked during v6.17.0 update
  • Multiple pathways: Users can choose approach that fits their setup
  • Future-proof: Python module approach survives directory reorganizations
  • Clear guidance: Informational notices guide to better practices

Full details in CHANGELOG.md

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

NewReleases is sending notifications on new releases.