MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / list

Method list

projects/runtime-node/src/process.ts:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 startCommand(params: RuntimeNodeCommandStartParams): Promise<RuntimeNodeProcessStartResult>
43 startScript(params: RuntimeNodeScriptStartParams): Promise<RuntimeNodeProcessStartResult>
44 list(): Promise<unknown>
45 reconnect(processId: string): Promise<unknown>
46 kill(processId: string): Promise<RuntimeNodeProcessKillResult>
47 killAll(): Promise<unknown>

Calls

no outgoing calls

Tested by

no test coverage detected