🔧 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)
python -m mcp_memory_service.server- Most stable, no path dependenciesuv run memory server- UV tooling integrationscripts/server/run_memory_server.py- Direct script at new locationscripts/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