| 2114 | /* ── OpenClaw MCP (nested mcp.servers with command + args) ────── */ |
| 2115 | |
| 2116 | int cbm_install_openclaw_mcp(const char *binary_path, const char *config_path) { |
| 2117 | static const char *const path[] = {"mcp", "servers"}; |
| 2118 | return cbm_upsert_json_mcp(binary_path, config_path, path, 2U, CBM_JSON_MCP_OPENCLAW); |
| 2119 | } |
| 2120 | |
| 2121 | int cbm_remove_openclaw_mcp(const char *config_path) { |
| 2122 | static const char *const path[] = {"mcp", "servers"}; |
no test coverage detected