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

Function cbm_agent_installed_binary_path

src/cli/cli.c:8179–8186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8177}
8178
8179static void cbm_agent_installed_binary_path(const char *home, char *binary_path,
8180 size_t binary_path_size) {
8181#ifdef _WIN32
8182 snprintf(binary_path, binary_path_size, "%s/.local/bin/codebase-memory-mcp.exe", home);
8183#else
8184 snprintf(binary_path, binary_path_size, "%s/.local/bin/codebase-memory-mcp", home);
8185#endif
8186}
8187
8188static void install_managed_agent_instructions(const char *label, const char *instructions_path,
8189 bool dry_run) {

Callers 8

uninstall_claude_codeFunction · 0.85
uninstall_gemini_configFunction · 0.85
uninstall_cli_agentsFunction · 0.85
uninstall_editor_agentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected