MCPcopy Create free account
hub / github.com/cloudflare/computer / exec

Method exec

packages/rpc/src/server.ts:34–34  ·  view source on GitHub ↗
(
    command: string,
    options?: {
      id?: string;
      cwd?: string;
      timeoutMs?: number;
      env?: Record<string, string>;
      stdin?: Uint8Array;
    },
  )

Source from the content-addressed store, hash-verified

32// runs without computerd's process-supervision code on the path.
33export interface RunnerLike {
34 exec(
35 command: string,
36 options?: {
37 id?: string;

Callers 4

execMethod · 0.65
mainFunction · 0.65

Implementers 3

Runnerpackages/computerd/src/exec/runner.ts
WorkspaceShellRouterpackages/computer/src/workspace.ts
WorkspaceShellpackages/computer/src/shell.ts

Calls

no outgoing calls

Tested by

no test coverage detected