docs(cua-driver): add integrations page and GitHub Copilot CLI MCP config - #1407
Conversation
…nfig - New integrations.mdx covering Claude Code, GitHub Copilot CLI, Codex, Cursor, Gemini CLI, OpenCode, Hermes, OpenClaw, and generic clients - install.sh: add GitHub Copilot CLI mcp-config.json snippet to post-install instructions - meta.json: add integrations to getting-started nav Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughCreates a new integrations guide documenting how to configure cua-driver MCP server with multiple AI coding clients, updates the navigation structure to include the guide, and adds GitHub Copilot CLI setup instructions to the installer output. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What this does
Adds a new Integrations page to the cua-driver getting-started docs covering every supported agent client, and adds GitHub Copilot CLI to the post-install instructions in
install.sh.Changes
docs/content/docs/cua-driver/guide/getting-started/integrations.mdx— new page with exact commands or config snippets for: Claude Code, GitHub Copilot CLI, Codex, Cursor, Gemini CLI, OpenCode, Hermes, OpenClaw, and a generic fallbackdocs/content/docs/cua-driver/guide/getting-started/meta.json— addsintegrationsto the getting-started navlibs/cua-driver/scripts/install.sh— adds GitHub Copilot CLImcp-config.jsonsnippet to the post-install MCP client instructionsGitHub Copilot CLI config
{ "mcpServers": { "cua-driver": { "type": "local", "command": "cua-driver", "args": ["mcp"], "tools": ["*"] } } }Paste into
~/.copilot/mcp-config.json, or use/mcp addinteractively insidegh copilotchat.Summary by CodeRabbit
cua-driverto multiple AI coding clients (Claude Code, GitHub Copilot CLI, Codex, Cursor, Gemini CLI, OpenCode, Hermes, and OpenClaw).