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:9004–9011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9002}
9003
9004static void cbm_agent_installed_binary_path(const char *home, char *binary_path,
9005 size_t binary_path_size) {
9006#ifdef _WIN32
9007 snprintf(binary_path, binary_path_size, "%s/.local/bin/codebase-memory-mcp.exe", home);
9008#else
9009 snprintf(binary_path, binary_path_size, "%s/.local/bin/codebase-memory-mcp", home);
9010#endif
9011}
9012
9013static void install_managed_agent_instructions(const char *label, const char *instructions_path,
9014 bool dry_run) {

Calls

no outgoing calls

Tested by

no test coverage detected