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

Method getStructuredOutput

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

Source from the content-addressed store, hash-verified

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[];
19 getNextStepsRuntime?(): 'cli' | 'daemon' | 'mcp' | undefined;

Callers 3

buildStructuredContentFunction · 0.80
invokeAndFinalizeFunction · 0.80

Calls

no outgoing calls

Tested by 1

invokeAndFinalizeFunction · 0.64