| 2233 | #endif |
| 2234 | |
| 2235 | int cbm_remove_editor_mcp(const char *config_path) { |
| 2236 | static const char *const path[] = {"mcpServers"}; |
| 2237 | return cbm_remove_json_mcp(config_path, path, 1U, CBM_JSON_MCP_STANDARD, NULL); |
| 2238 | } |
| 2239 | |
| 2240 | int cbm_remove_editor_mcp_owned(const char *binary_path, const char *config_path) { |
| 2241 | static const char *const path[] = {"mcpServers"}; |
no test coverage detected