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

Function cbm_remove_openclaw_mcp_owned

src/cli/cli.c:2257–2260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2255}
2256
2257int cbm_remove_openclaw_mcp_owned(const char *binary_path, const char *config_path) {
2258 static const char *const path[] = {"mcp", "servers"};
2259 return cbm_remove_json_mcp(config_path, path, 2U, CBM_JSON_MCP_OPENCLAW, binary_path);
2260}
2261
2262static const char cbm_openclaw_compaction_section[] =
2263 "Codebase Knowledge Graph (codebase-memory-mcp)";

Callers 1

test_cli.cFile · 0.85

Calls 1

cbm_remove_json_mcpFunction · 0.85

Tested by

no test coverage detected