Releases: PixdataOrg/coderide-mcp
Releases · PixdataOrg/coderide-mcp
v0.9.3 - Interactive Installation Wizard
Interactive Installation Wizard
Features
- CLI Installation Wizard: Interactive setup with
npx @coderide/mcp addfor 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-opento skip browser opening,--forceto 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 addWhat'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