Releases: coderooz/Local-MCP-Memory-Server
Releases · coderooz/Local-MCP-Memory-Server
v2.4.0 - Identity Resolution & Reset System
Local MCP Memory Server v2.4.0
Identity Resolution & Reset System
New Features:
- MCP Reset System with 4 safety levels (MINOR, MODERATE, MAJOR, SEVERE)
- Strict configuration hierarchy: Project -> Global -> Environment -> Error
- No more silent fallbacks to "unknown"/"default"
- XSS sanitization and security hardening
Bug Fixes:
- Fixed encoding bug in identity resolution (fs.readFileSync file mode fix)
- Agent registration now uses resolved identity when project/agent not provided
- Added sanitizeIdentifier() function for XSS prevention
Testing:
- 6 new validation test suites added
- All 26 tests passing
Breaking Changes:
- Identity resolution is now strict - unknown project/agent combinations will fail rather than defaulting
Full changelog: https://github.com/coderooz/Local-MCP-Memory-Server/blob/main/CHANGELOG.md
Release 2.2.1
Automated release.
Please refer to CHANGELOG.md for details.
Release 2.1.0
v2.0.0 - Multi-Agent System & MCP Evolution
Major architectural upgrade introducing multi-agent system with tasks, messaging, and project map.