Release v1.18.1
馃殌 Mind Map MCP v1.18.1
Release v1.18.1: Fix Query Hanging Issue
Fixed critical race condition causing Mind Map queries to hang:
- Fixed async/await race condition in ScalabilityManager.ts:640
- Added proper error handling for memory cleanup fire-and-forget calls
- Removed duplicate method definitions in MindMapEngine.ts (initialize, warmCache)
- Memory optimization continues working without blocking queries
- Verified query performance restored to normal (45ms response times)
This patch release ensures stable query processing while maintaining
the memory optimization features introduced in v1.18.0.
馃 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
Installation
npm install -g mind-map-mcp@1.18.1Quick Setup
npx mind-map-mcp init-claude-codeWhat's Changed
See TASKS.md and README.md for details.
馃 This release was automatically published by GitHub Actions