MCPcopy Create free account
hub / github.com/agent-tower/core / getNodeRuntimeCommand

Function getNodeRuntimeCommand

packages/server/src/utils/process-launch.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 args: string[];
8}
9
10export function getNodeRuntimeCommand(): string {
11 return process.env.AGENT_TOWER_NODE_RUNTIME || process.execPath;
12}
13
14export const PTY_WRAPPER_ENV_KEYS = [

Callers 4

getBundledPrismaCommandFunction · 0.85
buildPtyCommandFunction · 0.85
buildPtyCommandWithStdinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected