| 3904 | /* ── Antigravity MCP config (JSON, same mcpServers format) ────── */ |
| 3905 | |
| 3906 | int cbm_upsert_antigravity_mcp(const char *binary_path, const char *config_path) { |
| 3907 | /* Antigravity uses same mcpServers format as Cursor/Gemini */ |
| 3908 | return cbm_install_editor_mcp(binary_path, config_path); |
| 3909 | } |
| 3910 | |
| 3911 | int cbm_remove_antigravity_mcp(const char *config_path) { |
| 3912 | return cbm_remove_editor_mcp(config_path); |
no test coverage detected