| 2181 | } |
| 2182 | |
| 2183 | int cbm_remove_vscode_mcp_owned(const char *binary_path, const char *config_path) { |
| 2184 | static const char *const path[] = {"servers"}; |
| 2185 | return cbm_remove_json_mcp(config_path, path, 1U, CBM_JSON_MCP_VSCODE, binary_path); |
| 2186 | } |
| 2187 | |
| 2188 | /* ── Zed MCP (context_servers with command + args) ────────────── */ |
| 2189 |
no test coverage detected