- Refactored the server into smaller handler-oriented modules for git, workspace tools, and Notion tool routing.
- Added shared tool response helpers to reduce duplicated MCP response boilerplate.
- Added shared workspace path validation for safer file reads inside the active workspace.
- Improved git repo detection so nested repos and worktrees are handled more reliably.
- Clarified and expanded README and reference docs.
This release is a major v2-focused cleanup. It removes legacy v1 tooling and narrows the surface area to the v2 core server, engines, storage, Notion, and git hooks.
- Unified auto-config format with per-platform adapters.
- Notion-only setup wizard with clearer prompts and retry flow.
- Post-install status tracking with manual-config fallback when auto-config fails.
- Setup wizard now summarizes auto-configured platforms and any install issues.
- Removed v1-only tools (todos, platform sync, call graph, type analysis, dependency analysis, file write/preview tools, performance monitor, migration prompter, and related modules).
- Removed legacy documentation set in favor of the new docs.
- Renamed v2-specific source files to scalable names (no "optimized" or "v2" suffixing).
- Reinstall the package to re-run auto-config.
- If auto-config fails, follow
docs/CONFIG.md. - Re-run the Notion setup wizard if you need Notion integration.
- Supported platforms: Claude Desktop, Cursor, VS Code + GitHub Copilot, Continue.dev, Zed, Windsurf, Codeium, TabNine, Codex CLI, Claude Code, Antigravity.
- Auto-config does not run on local installs; use global install or manual config.
- Notion setup is intentionally manual via the wizard.
- Fixed Windows setup command failing due to a stray BOM in the setup script.