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

Interface RunTaskOptions

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

Source from the content-addressed store, hash-verified

466}
467
468interface RunTaskOptions {
469 taskTimeoutMs: number;
470 streamPublishMs: number;
471 streamIdleTimeoutMs: number;
472}
473
474/** Cap on per-task `resultText` size — applies to live streaming and final state. */
475const STREAM_CAP = 4000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected