| 2074 | } |
| 2075 | |
| 2076 | int cbm_remove_openclaw_mcp_owned(const char *binary_path, const char *config_path) { |
| 2077 | static const char *const path[] = {"mcp", "servers"}; |
| 2078 | return cbm_remove_json_mcp(config_path, path, 2U, CBM_JSON_MCP_OPENCLAW, binary_path); |
| 2079 | } |
| 2080 | |
| 2081 | static const char cbm_openclaw_compaction_section[] = |
| 2082 | "Codebase Knowledge Graph (codebase-memory-mcp)"; |
no test coverage detected