MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_upsert_junie_mcp

Function cbm_upsert_junie_mcp

src/cli/cli.c:1781–1784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1779/* ── Junie MCP config (JSON, same mcpServers format) ──────────── */
1780
1781int 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
1786int cbm_remove_junie_mcp(const char *config_path) {
1787 return cbm_remove_editor_mcp(config_path);

Callers 1

test_cli.cFile · 0.85

Calls 1

cbm_install_editor_mcpFunction · 0.85

Tested by

no test coverage detected