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

Interface StreamWaitTimeoutMessageOptions

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

Source from the content-addressed store, hash-verified

498}
499
500interface StreamWaitTimeoutMessageOptions {
501 taskId: string;
502 timeoutMs: number;
503 streamIdleTimeoutMs: number;
504}
505
506function streamWaitTimeoutMessage({
507 taskId,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected