Skip to content

Releases: PixdataOrg/coderide-mcp

v0.9.3 - Interactive Installation Wizard

21 Dec 10:20

Choose a tag to compare

Interactive Installation Wizard

Features

  • CLI Installation Wizard: Interactive setup with npx @coderide/mcp add for easy configuration
  • Auto-Detection: Automatically detects installed MCP clients (Cursor, Claude Desktop, Claude Code, VS Code, Codex CLI)
  • Enhanced UX: Clean wizard output with status indicators and brand colors
  • Smart Config Management: Detects unchanged configs to avoid unnecessary writes, creates backups automatically
  • CLI Flags: --no-open to skip browser opening, --force to show all clients
  • Multi-Format Support: Handles both JSON (most clients) and TOML (Codex CLI) configuration formats
  • Secure by Default: Config files written with restrictive permissions (0o600), API key validation

Installation

npx @coderide/mcp add

What's Changed

  • feat: improve wizard UX and flags
  • feat: add wizard client handlers
  • chore: update package.json and index.ts for wizard CLI
  • docs: add v0.9.3 changelog to README

Full Changelog: v0.9.2...v0.9.3