Skip to content

Release v1.17.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 11:32

馃殌 Mind Map MCP v1.17.0

Release v1.17.0: Enhanced Framework Detection

  • Fixed .for is not iterable error in framework recommendations
  • Fixed [object Object] display bug in recommendations output
  • Added comprehensive sub-project scanning for monorepos
  • Implemented Spring Boot detection (Maven/Gradle, annotations, configs)
  • Implemented FastAPI detection (requirements.txt, imports, decorators)
  • Implemented Maven detection (pom.xml, GAV coordinates, plugins)
  • Implemented Gradle detection (build.gradle, dependencies, wrapper)
  • Added Build Tools category for Maven/Gradle detection
  • Enhanced framework recommendations with specific actionable guidance
  • Now supports 20+ frameworks across 6 categories
  • Fixed sub-project detection for non-npm projects

馃 Generated with Claude Code

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

Installation

npm install -g mind-map-mcp@1.17.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