Kaimon writes Antigravity MCP config in wrong directory #57
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kahliburke/Kaimon.jl#57
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Antigravity / Antigravity IDE is a moving target :(
Today I've installed Kaimon 2.0 app on a fresh Win11, and the MCP server was not detected in Antigravity IDE. AI agent fixed it as following:
Fixed in
afd0c94, shipping in v2.0.3.Kaimon now writes the Antigravity MCP config to
~/.gemini/config/mcp.json(what current builds read) in addition to the legacy~/.gemini/antigravity/mcp_config.json, and detects either — so a fresh install is picked up regardless of the Antigravity version. Thanks for tracking down the correct path.