🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@tommaso-moro
Copy link
Contributor

This PR adds an installation guide for Antigravity.

Supersedes #1549 and is up to date with the main branch.

All credit for this work goes to @ManoloZocco

Copilot AI review requested due to automatic review settings December 16, 2025 17:02
@tommaso-moro tommaso-moro requested a review from a team as a code owner December 16, 2025 17:02
@tommaso-moro
Copy link
Contributor Author

Closing as I merged this instead #1549

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds comprehensive installation documentation for integrating the GitHub MCP Server with Google's Antigravity IDE. The documentation addresses known issues with the official installation method and provides a recommended alternative approach.

Key Changes:

  • New installation guide document covering remote server and Docker-based setup options
  • Integration of Antigravity guide into the installation guides index

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
docs/installation-guides/install-antigravity.md Comprehensive installation guide for Antigravity IDE with configuration examples, troubleshooting, and setup verification steps
docs/installation-guides/README.md Added Antigravity to the list of supported installation guides

5. Click "View raw config"

This will open your `mcp_config.json` file at:
- **Windows**: `C:\Users\<USERNAME>\.gemini\antigravity\mcp_config.json`
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The placeholder <USERNAME> should use a consistent format. Consider using %USERNAME% for Windows (environment variable style) or keeping it consistent with the Unix-style ~ placeholder used in the macOS/Linux path.

Suggested change
- **Windows**: `C:\Users\<USERNAME>\.gemini\antigravity\mcp_config.json`
- **Windows**: `C:\Users\%USERNAME%\.gemini\antigravity\mcp_config.json`

Copilot uses AI. Check for mistakes.
## Differences from Other IDEs

- **Configuration key**: Antigravity uses `serverUrl` instead of `url` for HTTP servers
- **Config location**: `.gemini/antigravity/mcp_config.json` instead of `.cursor/mcp.json`
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The config location comparison references .cursor/mcp.json, but this assumes readers are familiar with Cursor's configuration. Consider adding a brief context or reference to where this comparison is documented, or clarify that this is comparing to other IDE configurations.

Suggested change
- **Config location**: `.gemini/antigravity/mcp_config.json` instead of `.cursor/mcp.json`
- **Config location**: Antigravity uses `.gemini/antigravity/mcp_config.json` (Cursor uses `.cursor/mcp.json`)

Copilot uses AI. Check for mistakes.
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.

3 participants