| 3678 | /* ── Antigravity MCP config (JSON, same mcpServers format) ────── */ |
| 3679 | |
| 3680 | int cbm_upsert_antigravity_mcp(const char *binary_path, const char *config_path) { |
| 3681 | /* Antigravity uses same mcpServers format as Cursor/Gemini */ |
| 3682 | return cbm_install_editor_mcp(binary_path, config_path); |
| 3683 | } |
| 3684 | |
| 3685 | int cbm_remove_antigravity_mcp(const char *config_path) { |
| 3686 | return cbm_remove_editor_mcp(config_path); |
no test coverage detected