Skip to content

v2.17.3

Choose a tag to compare

@github-actions github-actions released this 06 Apr 19:15

Fix: MCP Stdout Pollution on Windows

Fixed

  • Windows MCP "not valid JSON" errorprintln!("Installed...") messages in install_claude/cursor/gemini_hook_config polluted stdout during MCP server initialization, breaking JSON-RPC protocol. Now suppressed via mcp_server_quiet_mode() guard. (Fixes Lorenzo Rossi's report on Discord)

Changed

  • LanguageSwitcher position — Moved to the right of the "Get Started" button in the header
  • Token Guardian Buddy — Now shown inline in lean-ctx gain output when enabled
  • Bug Memory stats — Active gotchas and prevention stats shown in lean-ctx gain
  • Helpful footerlean-ctx gain now shows links to report-issue, contribute, and gotchas

Upgrade

cargo install lean-ctx          # or
npm update -g lean-ctx-bin      # or
brew upgrade lean-ctx

Full Changelog: v2.17.2...v2.17.3