Skip to content

Release v1.18.1

Choose a tag to compare

@github-actions github-actions released this 17 Sep 17:47

馃殌 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.1

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