Skip to content

Releases: coderooz/Local-MCP-Memory-Server

v2.4.0 - Identity Resolution & Reset System

15 Apr 03:47
8fceaad

Choose a tag to compare

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

01 Apr 16:01
b341b7b

Choose a tag to compare

Automated release.

Please refer to CHANGELOG.md for details.

Release 2.1.0

31 Mar 16:31
b341b7b

Choose a tag to compare

Automated release.

Please refer to CHANGELOG.md for details.

Full Changelog: v6...v2.1.0

v2.0.0 - Multi-Agent System & MCP Evolution

25 Mar 17:02
6aa81cb

Choose a tag to compare

Major architectural upgrade introducing multi-agent system with tasks, messaging, and project map.