| 1323 | } |
| 1324 | |
| 1325 | char *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 |
no test coverage detected