Skip to content

v2.5.3 — VS Code / GitHub Copilot MCP Support

Choose a tag to compare

@yvgude yvgude released this 27 Mar 19:49

Added

  • VS Code / GitHub Copilot MCP supportlean-ctx init --agent copilot now creates .vscode/mcp.json with lean-ctx as MCP server instead of incorrectly installing a Claude Code hook. Copilot agents gain access to ctx_read, ctx_shell, ctx_search, ctx_tree as direct tools
  • lean-ctx setup detects VS Code — Auto-setup now detects VS Code installations on macOS, Linux, and Windows and configures mcp.json in the VS Code user directory
  • lean-ctx doctor checks VS Code MCP — Diagnostics now include VS Code / Copilot MCP configuration status

Changed

  • Landing page particle animation — Reduced mouse attraction force for subtler, smoother cursor interaction

Install / Upgrade

cargo install lean-ctx           # via crates.io
npm install -g lean-ctx-bin      # via npm
brew upgrade lean-ctx            # via Homebrew (after tap update)

Full Changelog: v2.5.2...v2.5.3