Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
*/
13
export
interface
StreamingExecutionContext {
14
attach?(image: ToolAttachment): void;
15
emitFragment(fragment: AnyFragment): void;
16
}
17
Callers
2
createMockToolHandlerContext
Function · 0.65
callHandler
Function · 0.65
Implementers
1
DefaultStreamingExecutionContext
src/utils/execution/tool-execution-con
Calls
no outgoing calls
Tested by
no test coverage detected