Support Antigravity CLI and list MCP servers from every assistant - #13
Merged
Merged
Conversation
… 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
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).enabledflag via the app-server; Antigravitydisabledflag 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
agyconversation on this machine yields the expected explicit skill eventconfig.tomlidentical afterwardsAgentAndServerTests🤖 Generated with Claude Code