Skip to content

docs(cua-driver): add integrations page and GitHub Copilot CLI MCP config - #1407

Merged
f-trycua merged 1 commit into
mainfrom
feat/openclaw-compat
Apr 27, 2026
Merged

docs(cua-driver): add integrations page and GitHub Copilot CLI MCP config#1407
f-trycua merged 1 commit into
mainfrom
feat/openclaw-compat

Conversation

@f-trycua

@f-trycua f-trycua commented Apr 27, 2026

Copy link
Copy Markdown
Collaborator

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 fallback
  • docs/content/docs/cua-driver/guide/getting-started/meta.json — adds integrations to the getting-started nav
  • libs/cua-driver/scripts/install.sh — adds GitHub Copilot CLI mcp-config.json snippet to the post-install MCP client instructions

GitHub Copilot CLI config

{
  "mcpServers": {
    "cua-driver": {
      "type": "local",
      "command": "cua-driver",
      "args": ["mcp"],
      "tools": ["*"]
    }
  }
}

Paste into ~/.copilot/mcp-config.json, or use /mcp add interactively inside gh copilot chat.

Summary by CodeRabbit

  • Documentation
    • Added a comprehensive integrations guide documenting how to connect cua-driver to multiple AI coding clients (Claude Code, GitHub Copilot CLI, Codex, Cursor, Gemini CLI, OpenCode, Hermes, and OpenClaw).
    • Updated installer to include GitHub Copilot CLI MCP configuration instructions for streamlined setup.

…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>
@vercel

vercel Bot commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Building Building Preview, Comment Apr 27, 2026 7:20pm

Request Review

@coderabbitai

coderabbitai Bot commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

Creates 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

Cohort / File(s) Summary
Documentation Pages
docs/content/docs/cua-driver/guide/getting-started/integrations.mdx
New MDX page detailing cua-driver MCP configuration for Claude Code, GitHub Copilot CLI, Codex, Cursor, Gemini CLI, OpenCode, Hermes, OpenClaw, and generic client setup with example outputs and JSON snippets.
Navigation Metadata
docs/content/docs/cua-driver/guide/getting-started/meta.json
Updates page ordering to insert "integrations" between "quickstart" and "swift-integration" in navigation sequence.
Installer Instructions
libs/cua-driver/scripts/install.sh
Adds GitHub Copilot CLI MCP configuration snippet to post-install "Next steps" with mcp-config.json template and interactive setup guidance.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰 A guide for integrations hop, hop, hooray!
Connect to Copilot and Claude, come what may,
The installer whispers sweet setup ways,
Now MCP flows through all your AI days! 🌟

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately and concisely describes the main changes: adding an integrations page for cua-driver and GitHub Copilot CLI MCP configuration support.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/openclaw-compat

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant