v2.0.0 — MCP Only
Breaking Changes
- Removed browser mode — no more 3D visualization, Next.js, or
--portflag - Removed REST API — all 13 API routes deleted
--mcpflag is now a no-op — MCP stdio is the default (and only) mode
What's New
- 15 MCP tools fully tested (96%+ coverage)
- CI pipeline — lint, typecheck, build, test on Node 18/20/22
- Automated npm publish on
v*tags with provenance
Migration
Before:
npx codebase-intelligence ./src --mcpAfter:
npx codebase-intelligence ./srcExisting .mcp.json configs with --mcp will continue to work (flag is silently ignored).
Stats
- -7,075 lines deleted (web UI, REST API, Playwright, React components)
- +1,205 lines added (MCP tests, CI workflow, coverage config)
- ~40 files deleted, 15 modified
- Package size: 51kB (down from ~1.8GB installed)