🚀 What's New in v0.8.1
CLI Setup Improvements
- Interactive setup no longer pre-selects IDEs - Users now explicitly choose which IDEs to configure instead of having detected ones pre-selected
- CLAUDE.md auto-update - When configuring Claude Code, the setup now automatically adds Distill MCP directives to your existing
CLAUDE.mdfile- Requires
CLAUDE.mdto exist (run/initin Claude Code first) - Includes comprehensive SDK documentation in French
- Requires
IDE Configuration Updates
- Cursor: Now uses
npx -y distill-mcp serve(recommended by Cursor docs) - Windsurf: Now uses
npx -y distill-mcp serve(recommended by Windsurf docs) - Antigravity: Now uses
npx -y distill-mcp servefor consistency - Claude Code: Keeps direct
distill-mcp servecommand
The npx -y format ensures the package is always available even without global installation.
Documentation
- Updated installation guides for all IDEs (FR/EN)
- Updated CLAUDE.md setup guide with new CLI workflow
- Clarified that
/initmust be run before setup can update CLAUDE.md
📦 Installation
npm install -g distill-mcp
distill-mcp setup