MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / resolveCliPath

Function resolveCliPath

src/cli/bot-process.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36function resolveCliPath(): string {
37 return process.env.QODEX_CLI_PATH || 'qodex';
38}
39
40export async function startBot(cwd: string): Promise<{ ok: boolean; message: string }> {
41 const cur = await botStatus();

Callers 1

startBotFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected