MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / setStructuredOutput

Function setStructuredOutput

src/mcp/tools/simulator/boot_sim.ts:78–84  ·  view source on GitHub ↗
(ctx: ToolHandlerContext, result: BootSimResult)

Source from the content-addressed store, hash-verified

76}
77
78function setStructuredOutput(ctx: ToolHandlerContext, result: BootSimResult): void {
79 ctx.structuredOutput = {
80 result,
81 schema: 'xcodebuildmcp.output.simulator-action-result',
82 schemaVersion: '2',
83 };
84}
85
86export function createBootSimExecutor(
87 executor: CommandExecutor,

Callers 1

boot_simLogicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected