Skip to content

v2.0.0 — MCP Only

Choose a tag to compare

@bntvllnt bntvllnt released this 03 Mar 16:49
· 16 commits to main since this release
23a497b

Breaking Changes

  • Removed browser mode — no more 3D visualization, Next.js, or --port flag
  • Removed REST API — all 13 API routes deleted
  • --mcp flag 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 --mcp

After:

npx codebase-intelligence ./src

Existing .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)