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

Method attach

src/types/tool-execution.ts:14–14  ·  view source on GitHub ↗
(image: ToolAttachment)

Source from the content-addressed store, hash-verified

12 */
13export interface StreamingExecutionContext {
14 attach?(image: ToolAttachment): void;
15 emitFragment(fragment: AnyFragment): void;
16}
17

Callers 2

callHandlerFunction · 0.65

Implementers 1

DefaultStreamingExecutionContextsrc/utils/execution/tool-execution-con

Calls

no outgoing calls

Tested by

no test coverage detected