| 2140 | } |
| 2141 | |
| 2142 | int cbm_remove_openclaw_mcp(const char *config_path) { |
| 2143 | static const char *const path[] = {"mcp", "servers"}; |
| 2144 | return cbm_remove_json_mcp(config_path, path, 2U, CBM_JSON_MCP_OPENCLAW, NULL); |
| 2145 | } |
| 2146 | |
| 2147 | int cbm_remove_openclaw_mcp_owned(const char *binary_path, const char *config_path) { |
| 2148 | static const char *const path[] = {"mcp", "servers"}; |
nothing calls this directly
no test coverage detected