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

Method attach

src/rendering/types.ts:14–14  ·  view source on GitHub ↗
(image: ImageAttachment)

Source from the content-addressed store, hash-verified

12export interface RenderSession {
13 emit(fragment: AnyFragment): void;
14 attach(image: ImageAttachment): void;
15 setStructuredOutput?(output: StructuredToolOutput): void;
16 getStructuredOutput?(): StructuredToolOutput | undefined;
17 setNextSteps?(steps: NextStep[], runtime: 'cli' | 'daemon' | 'mcp'): void;

Callers 6

screenshotLogicFunction · 0.65
executeToolMethod · 0.65

Calls

no outgoing calls

Tested by 1