MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / StreamingExecutionContext

Interface StreamingExecutionContext

src/types/tool-execution.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 * Provides fragment emission for live progress streaming.
12 */
13export interface StreamingExecutionContext {
14 attach?(image: ToolAttachment): void;
15 emitFragment(fragment: AnyFragment): void;
16}
17
18/**
19 * Executor for non-streaming tools. Unary: accepts args, returns a result.

Callers 2

callHandlerFunction · 0.65

Implementers 1

DefaultStreamingExecutionContextsrc/utils/execution/tool-execution-con

Calls

no outgoing calls

Tested by

no test coverage detected