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

Method getNextSteps

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

Source from the content-addressed store, hash-verified

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[];
21 isError(): boolean;

Callers 2

buildStructuredContentFunction · 0.80
writeJsonOutputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected