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