| 3466 | } |
| 3467 | |
| 3468 | static int cbm_upsert_cline_mcp(const char *binary_path, const char *config_path) { |
| 3469 | static const char *const path[] = {"mcpServers"}; |
| 3470 | return cbm_upsert_json_mcp(binary_path, config_path, path, 1U, CBM_JSON_MCP_CLINE); |
| 3471 | } |
| 3472 | |
| 3473 | static int cbm_remove_cline_mcp_owned(const char *binary_path, const char *config_path) { |
| 3474 | static const char *const path[] = {"mcpServers"}; |
nothing calls this directly
no test coverage detected