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

Function setStructuredOutput

src/mcp/tools/debugging/debug_continue.ts:53–59  ·  view source on GitHub ↗
(ctx: ToolHandlerContext, result: DebugContinueResult)

Source from the content-addressed store, hash-verified

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

Callers 1

debug_continueLogicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected