(ctx: ToolHandlerContext, result: DebugContinueResult)
| 51 | } |
| 52 | |
| 53 | function setStructuredOutput(ctx: ToolHandlerContext, result: DebugContinueResult): void { |
| 54 | ctx.structuredOutput = { |
| 55 | result, |
| 56 | schema: 'xcodebuildmcp.output.debug-session-action', |
| 57 | schemaVersion: '2', |
| 58 | }; |
| 59 | } |
| 60 | |
| 61 | export function createDebugContinueExecutor( |
| 62 | debuggerManager: DebuggerToolContext['debugger'], |
no outgoing calls
no test coverage detected