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

Method setStructuredOutput

src/rendering/types.ts:15–15  ·  view source on GitHub ↗
(output: StructuredToolOutput)

Source from the content-addressed store, hash-verified

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;
18 getNextSteps?(): readonly NextStep[];

Callers 8

callHandlerFunction · 0.65
emitExplicitRuntimeErrorFunction · 0.65
executeToolMethod · 0.65
createRenderHooksFunction · 0.65
captureCliTextFunction · 0.65

Calls

no outgoing calls

Tested by 2

captureCliTextFunction · 0.52