Skip to content

feat: support antigravity target in installer#245

Open
meifans wants to merge 1 commit into
colbymchenry:mainfrom
meifans:feat/support-antigravity
Open

feat: support antigravity target in installer#245
meifans wants to merge 1 commit into
colbymchenry:mainfrom
meifans:feat/support-antigravity

Conversation

@meifans

@meifans meifans commented May 21, 2026

Copy link
Copy Markdown
image

This PR adds support for antigravity IDE 2.0 / antigravity cli (referred to as antigravity) as an installation target.

Note

This target configuration is supported starting from Antigravity version 5.20 (released around May 20th). It specifically targets Antigravity 2.0, Antigravity IDE, and Antigravity Cli. Older legacy versions of Antigravity do not support this configuration format. For more details, see Antigravity Downloads.

Why this is needed

Modern versions of antigravity configure their MCP servers globally via ~/.gemini/config/mcp_config.json and agent instructions via ~/.gemini/config/AGENTS.md.

MCP Config Specification

Unlike some other targets, antigravity expects its MCP server configuration in a specific JSON shape without a "type" property, but retaining an empty "env" block:

{
  "mcpServers": {
    "codegraph": {
      "command": "codegraph",
      "args": [
        "serve",
        "--mcp"
      ],
      "env": {}
    }
  }
}

@BaguetteUhq1 BaguetteUhq1 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

really nice brother

@meifans meifans force-pushed the feat/support-antigravity branch from 14cb9de to 89f166d Compare May 22, 2026 09:10
@meifans meifans force-pushed the feat/support-antigravity branch 2 times, most recently from 5543e49 to 4b16a85 Compare May 23, 2026 01:03
stupidloud added a commit to stupidloud/codegraph that referenced this pull request May 26, 2026
…nry#245)

Add gemini-extension.json manifest and GEMINI.md AI-optimized context.
Exposes MCP tools and adds /cg:init, /cg:status, and /cg:ui commands.
Bump version to 0.9.6.
@meifans meifans closed this Jun 3, 2026
@meifans meifans force-pushed the feat/support-antigravity branch from 4b16a85 to 629d847 Compare June 3, 2026 07:43
@meifans meifans reopened this Jun 3, 2026
@meifans meifans marked this pull request as draft June 3, 2026 14:25
@meifans meifans marked this pull request as ready for review June 3, 2026 14:25
@meifans meifans marked this pull request as draft June 3, 2026 14:25
@meifans meifans marked this pull request as ready for review June 3, 2026 14:25
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.

2 participants