Skip to content

Release v1.22.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 05:29

馃殌 Mind Map MCP v1.22.0

Release v1.22.0: Cross-Language API Detection

Implemented comprehensive cross-language API detection across 12 programming languages
with dedicated MCP tool for direct API analysis.

New Features

  • REST API detection (Flask, Express, Spring Boot, ASP.NET, Rails)
  • GraphQL schema and resolver detection
  • gRPC service and protocol buffer identification
  • WebSocket endpoint detection
  • WebAssembly module recognition

Language Support

  • Python (Flask, FastAPI, Django)
  • JavaScript/TypeScript (Express, Koa, Fastify)
  • Java (Spring Boot, JAX-RS)
  • Go (net/http, Gin, Echo)
  • Rust (Actix, Rocket)
  • C++ (Crow, Pistache)
  • C# (ASP.NET Core)
  • PHP (Laravel, Symfony)
  • Ruby (Rails, Sinatra)
  • Swift, Kotlin, Scala

Implementation Details

  • New MCP tool: detect_cross_language_apis
  • Framework-specific pattern recognition
  • Confidence scoring for accurate detection
  • Schema file identification (OpenAPI, GraphQL, proto, WASM)
  • Integration with existing AnalysisService architecture

馃 Generated with Claude Code

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

Installation

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