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

Function cbm_install_editor_mcp

src/cli/cli.c:2037–2040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2035/* ── Editor MCP: Cursor/Gemini/OpenHands/Qwen (mcpServers) ───── */
2036
2037int cbm_install_editor_mcp(const char *binary_path, const char *config_path) {
2038 static const char *const path[] = {"mcpServers"};
2039 return cbm_upsert_json_mcp(binary_path, config_path, path, 1U, CBM_JSON_MCP_STANDARD);
2040}
2041
2042#ifdef CBM_CLI_ENABLE_TEST_API
2043int cbm_install_editor_mcp_with_previous_for_testing(const char *binary_path,

Calls 1

cbm_upsert_json_mcpFunction · 0.85

Tested by

no test coverage detected