| 3687 | } |
| 3688 | |
| 3689 | int cbm_remove_antigravity_mcp_owned(const char *binary_path, const char *config_path) { |
| 3690 | return cbm_remove_editor_mcp_owned(binary_path, config_path); |
| 3691 | } |
| 3692 | |
| 3693 | /* ── Junie MCP config (JSON, same mcpServers format) ──────────── */ |
| 3694 |
nothing calls this directly
no test coverage detected