Skip to content

Release v1.18.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 16:28

🚀 Mind Map MCP v1.18.0

Release v1.18.0: Memory Optimization with Safe Edge Pruning

Implemented comprehensive memory optimization featuring:

  • Safe edge pruning with 25% max removal limit and validation
  • Conservative variable compression with lazy loading (6.4k variables optimized)
  • Integration with ScalabilityManager for automatic memory management
  • Fixed critical data loss bug with safety checks and dry-run validation
  • Achieved 61.7% edge reduction (52k → 20k) and 30% node reduction (14k → 10k)
  • Maintains 2.5ms query performance with data integrity preserved

Files modified:

  • src/core/MindMapStorage.ts: Added safe pruneRedundantEdges() and compressVariableNodes()
  • src/core/OptimizedMindMapStorage.ts: Implemented memory optimization methods
  • src/core/ScalabilityManager.ts: Enhanced performMemoryCleanup() with new optimizations
  • Added comprehensive test suites for memory optimization validation

This release ensures safe, efficient memory management for 10k+ node projects while
preventing data loss through extensive validation and safety limits.

🤖 Generated with Claude Code (https://claude.ai/code)

Co-Authored-By: Claude noreply@anthropic.com

Installation

npm install -g mind-map-mcp@1.18.0

Quick Setup

npx mind-map-mcp init-claude-code

What's Changed

See TASKS.md and README.md for details.


🤖 This release was automatically published by GitHub Actions