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

Function cbm_mcp_initialize_response

src/mcp/mcp.c:1325–1327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1323}
1324
1325char *cbm_mcp_initialize_response(const char *params_json) {
1326 return cbm_mcp_initialize_response_for_profile(params_json, CBM_MCP_TOOL_PROFILE_ALL);
1327}
1328
1329/* ══════════════════════════════════════════════════════════════════
1330 * ARGUMENT EXTRACTION

Callers 1

test_mcp.cFile · 0.85

Tested by

no test coverage detected