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

Method setNextSteps

src/rendering/types.ts:17–17  ·  view source on GitHub ↗
(steps: NextStep[], runtime: 'cli' | 'daemon' | 'mcp')

Source from the content-addressed store, hash-verified

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;
20 getAttachments(): readonly ImageAttachment[];

Callers 6

callHandlerFunction · 0.65
postProcessSessionFunction · 0.65
createRenderHooksFunction · 0.65
captureCliTextFunction · 0.65

Calls

no outgoing calls

Tested by 2

captureCliTextFunction · 0.52