| 3913 | } |
| 3914 | |
| 3915 | int cbm_remove_antigravity_mcp_owned(const char *binary_path, const char *config_path) { |
| 3916 | return cbm_remove_editor_mcp_owned(binary_path, config_path); |
| 3917 | } |
| 3918 | |
| 3919 | /* ── Junie MCP config (JSON, same mcpServers format) ──────────── */ |
| 3920 |
nothing calls this directly
no test coverage detected