Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.84 KB

File metadata and controls

36 lines (28 loc) · 1.84 KB

Release notes

Unreleased

Highlights

  • 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.

Highlights

  • 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.

Breaking changes

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

Required user actions

  1. Reinstall the package to re-run auto-config.
  2. If auto-config fails, follow docs/CONFIG.md.
  3. Re-run the Notion setup wizard if you need Notion integration.

Compatibility

  • Supported platforms: Claude Desktop, Cursor, VS Code + GitHub Copilot, Continue.dev, Zed, Windsurf, Codeium, TabNine, Codex CLI, Claude Code, Antigravity.

Notes

  • 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.