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

Function cbm_remove_openclaw_mcp

src/cli/cli.c:2252–2255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2250}
2251
2252int cbm_remove_openclaw_mcp(const char *config_path) {
2253 static const char *const path[] = {"mcp", "servers"};
2254 return cbm_remove_json_mcp(config_path, path, 2U, CBM_JSON_MCP_OPENCLAW, NULL);
2255}
2256
2257int cbm_remove_openclaw_mcp_owned(const char *binary_path, const char *config_path) {
2258 static const char *const path[] = {"mcp", "servers"};

Callers

nothing calls this directly

Calls 1

cbm_remove_json_mcpFunction · 0.85

Tested by

no test coverage detected