MCPcopy
hub / github.com/cursor/cookbook / CliArgs

Interface CliArgs

sdk/dag-task-runner/src/run_dag.ts:42–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40} from "./canvas_writer.js";
41
42interface CliArgs {
43 dag: string;
44 canvasPath: string;
45 cwd: string;
46 modelsFile?: string;
47 debounceMs: number;
48 taskTimeoutMs: number;
49 streamPublishMs: number;
50 streamIdleTimeoutMs: number;
51 initOnly: boolean;
52}
53
54interface RunnerTaskRun {
55 stream: () => AsyncIterable<unknown>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected