Skip to content

v0.8.1

Latest

Choose a tag to compare

@ArthurDEV44 ArthurDEV44 released this 05 Jan 12:59

🚀 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.md file
    • Requires CLAUDE.md to exist (run /init in Claude Code first)
    • Includes comprehensive SDK documentation in French

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 serve for consistency
  • Claude Code: Keeps direct distill-mcp serve command

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 /init must be run before setup can update CLAUDE.md

📦 Installation

npm install -g distill-mcp
distill-mcp setup

🔗 Links