Skip to content

Add MCP connect snippets for Codex, Copilot, and Antigravity#33

Merged
SylonZero merged 1 commit into
masterfrom
docs/mcp-more-clients
Jul 17, 2026
Merged

Add MCP connect snippets for Codex, Copilot, and Antigravity#33
SylonZero merged 1 commit into
masterfrom
docs/mcp-more-clients

Conversation

@SylonZero

Copy link
Copy Markdown
Owner

Summary

  • Extends the Settings → API Keys "Use with your AI coding agent" card with tabs for Codex CLI, GitHub Copilot (CLI + VS Code), and Antigravity, alongside the existing Claude Code and Cursor tabs
  • No MCP server changes needed — all clients speak Streamable HTTP with a bearer-token Authorization header against the existing /api/mcp/mcp endpoint; only the client-side config format differs (CLI command vs. JSON, and Antigravity's serverUrl field instead of url)
  • Updates README's "Connect an AI coding agent" section with matching snippets
  • Updates the GitHub Pages docs site (docs/index.html) roadmap/status table
  • Adds a short addendum to docs/specs/mcp-server-spec.md noting the expanded client support

Test plan

  • next build compiles successfully
  • tsc --noEmit passes with no errors on the changed file
  • Manually verified all 5 tabs (Claude Code, Cursor, Codex, Copilot, Antigravity) render correct snippets with the live origin and key placeholder filled in, via the running dev server at /settings

🤖 Generated with Claude Code

The MCP server itself needed no changes — all three speak Streamable
HTTP with a bearer-token Authorization header against the same
/api/mcp/mcp endpoint, same as Claude Code and Cursor already did.
Adds matching config tabs, README instructions, and doc updates.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@SylonZero
SylonZero merged commit faa723f into master Jul 17, 2026
1 check passed
@SylonZero
SylonZero deleted the docs/mcp-more-clients branch July 17, 2026 04:31
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