v0.3.0 — MCP server mode
FixMap now runs as a Model Context Protocol server, so coding agents can request a repo plan themselves.
Added
-
MCP server mode:
fixmap mcpruns an MCP server over stdio, exposing thefixmap_plantool to Claude Code, Cursor, Windsurf, and other MCP clients.claude mcp add fixmap -- npx -y @aryam/fixmap mcp
-
buildFixMapReportin@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