| 3689 | } |
| 3690 | |
| 3691 | int cbm_remove_antigravity_mcp(const char *config_path) { |
| 3692 | return cbm_remove_editor_mcp(config_path); |
| 3693 | } |
| 3694 | |
| 3695 | int cbm_remove_antigravity_mcp_owned(const char *binary_path, const char *config_path) { |
| 3696 | return cbm_remove_editor_mcp_owned(binary_path, config_path); |
nothing calls this directly
no test coverage detected