MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_install_openclaw_mcp

Function cbm_install_openclaw_mcp

src/cli/cli.c:2060–2063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2058/* ── OpenClaw MCP (nested mcp.servers with command + args) ────── */
2059
2060int cbm_install_openclaw_mcp(const char *binary_path, const char *config_path) {
2061 static const char *const path[] = {"mcp", "servers"};
2062 return cbm_upsert_json_mcp(binary_path, config_path, path, 2U, CBM_JSON_MCP_OPENCLAW);
2063}
2064
2065int cbm_remove_openclaw_mcp(const char *config_path) {
2066 static const char *const path[] = {"mcp", "servers"};

Callers 1

test_cli.cFile · 0.85

Calls 1

cbm_upsert_json_mcpFunction · 0.85

Tested by

no test coverage detected