Skip to content

v2.4.0 - Identity Resolution & Reset System

Latest

Choose a tag to compare

@coderooz coderooz released this 15 Apr 03:47
· 5 commits to main since this release
8fceaad

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