| 2245 | /* ── OpenClaw MCP (nested mcp.servers with command + args) ────── */ |
| 2246 | |
| 2247 | int cbm_install_openclaw_mcp(const char *binary_path, const char *config_path) { |
| 2248 | static const char *const path[] = {"mcp", "servers"}; |
| 2249 | return cbm_upsert_json_mcp(binary_path, config_path, path, 2U, CBM_JSON_MCP_OPENCLAW); |
| 2250 | } |
| 2251 | |
| 2252 | int cbm_remove_openclaw_mcp(const char *config_path) { |
| 2253 | static const char *const path[] = {"mcp", "servers"}; |
no test coverage detected