Skip to content

v0.3.0 — MCP server mode

Choose a tag to compare

@aryamthecodebreaker aryamthecodebreaker released this 13 Jul 16:10
614114d

FixMap now runs as a Model Context Protocol server, so coding agents can request a repo plan themselves.

Added

  • MCP server mode: fixmap mcp runs an MCP server over stdio, exposing the fixmap_plan tool to Claude Code, Cursor, Windsurf, and other MCP clients.

    claude mcp add fixmap -- npx -y @aryam/fixmap mcp
  • buildFixMapReport in @aryam/fixmap-core: one call from task input to a complete report, now shared by the CLI, the GitHub Action, and the MCP server.

Everything runs locally over stdio; no repository content leaves the machine.

Full changelog: v0.2.1...v0.3.0