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

Function cbm_install_zed_mcp

src/cli/cli.c:2113–2116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2111/* ── Zed MCP (context_servers with command + args) ────────────── */
2112
2113int cbm_install_zed_mcp(const char *binary_path, const char *config_path) {
2114 static const char *const path[] = {"context_servers"};
2115 return cbm_upsert_json_mcp(binary_path, config_path, path, 1U, CBM_JSON_MCP_STANDARD);
2116}
2117
2118int cbm_remove_zed_mcp(const char *config_path) {
2119 static const char *const path[] = {"context_servers"};

Callers 1

test_cli.cFile · 0.85

Calls 1

cbm_upsert_json_mcpFunction · 0.85

Tested by

no test coverage detected