| 1779 | /* ── Junie MCP config (JSON, same mcpServers format) ──────────── */ |
| 1780 | |
| 1781 | int cbm_upsert_junie_mcp(const char *binary_path, const char *config_path) { |
| 1782 | /* Junie (JetBrains) uses same mcpServers format as Cursor/Antigravity */ |
| 1783 | return cbm_install_editor_mcp(binary_path, config_path); |
| 1784 | } |
| 1785 | |
| 1786 | int cbm_remove_junie_mcp(const char *config_path) { |
| 1787 | return cbm_remove_editor_mcp(config_path); |
no test coverage detected