| 2085 | /* ── Editor MCP: Cursor/Gemini/OpenHands/Qwen (mcpServers) ───── */ |
| 2086 | |
| 2087 | int cbm_install_editor_mcp(const char *binary_path, const char *config_path) { |
| 2088 | static const char *const path[] = {"mcpServers"}; |
| 2089 | return cbm_upsert_json_mcp(binary_path, config_path, path, 1U, CBM_JSON_MCP_STANDARD); |
| 2090 | } |
| 2091 | |
| 2092 | #ifdef CBM_CLI_ENABLE_TEST_API |
| 2093 | int cbm_install_editor_mcp_with_previous_for_testing(const char *binary_path, |
no test coverage detected