Skip to content

Support Antigravity CLI and list MCP servers from every assistant - #13

Merged
migsilva89 merged 1 commit into
mainfrom
antigravity-support
Sep 19, 2026
Merged

migsilva89 merged 1 commit into
mainfrom
antigravity-support

Conversation

@migsilva89

Copy link
Copy Markdown
Owner

Summary

  • Antigravity CLI (agy) is a first-class assistant: discovered once it has run, skills read from and shared into ~/.gemini/config/skills (the only global folder agy 1.2.7 loads — probed), usage counted from its SQLite conversation databases by decoding the protobuf step metadata, and an Ask target (agy -p).
  • MCP servers from every assistant. The MCP tab lists Claude's, Codex's and Antigravity's servers, each marked with its owner, with the assistant filter. Switching uses each owner's own mechanism (Codex enabled flag via the app-server; Antigravity disabled flag in place). Codex servers are removed in Codex, not here. "Never used" skips owners whose history cannot show MCP calls.

Design: spec/spec-flow-mcp-across-assistants.md. Closes #12.

Test plan

  • 353 tests pass (23 new: discovery, usage decoding, MCP rows, Antigravity switch/remove, Codex refusal paths, filters)
  • Real agy conversation on this machine yields the expected explicit skill event
  • Toggled a real Codex server off/on through the app-server; config.toml identical afterwards
  • Claude's MCP behaviour covered by the unchanged AgentAndServerTests

🤖 Generated with Claude Code

… 0.6.0

Antigravity CLI (agy) is discovered by the folder it leaves under ~/.gemini,
reads and shares skills through ~/.gemini/config/skills (the one global
folder agy 1.2.7 loads), counts usage from its SQLite conversation databases
by walking the protobuf step metadata, and is an Ask target.

The MCP tab now lists Claude's, Codex's and Antigravity's servers, each row
marked with its owner and filterable by assistant. The switch goes through
each owner's own mechanism: Codex's enabled flag via the app-server,
Antigravity's disabled flag in its own file. Codex servers are not removable
here. Never-used leaves Codex and Antigravity servers alone, since their
history does not yet show MCP calls.

Closes #12
@migsilva89
migsilva89 merged commit d8eefb3 into main Sep 19, 2026
2 checks passed
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.

Support for Antigravity CLI

1 participant