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

Function setStructuredOutput

src/mcp/tools/debugging/debug_stack.ts:50–56  ·  view source on GitHub ↗
(ctx: ToolHandlerContext, result: DebugStackResult)

Source from the content-addressed store, hash-verified

48}
49
50function setStructuredOutput(ctx: ToolHandlerContext, result: DebugStackResult): void {
51 ctx.structuredOutput = {
52 result,
53 schema: 'xcodebuildmcp.output.debug-stack-result',
54 schemaVersion: '2',
55 };
56}
57
58function parseThreadLine(line: string): { threadId: number; name: string } | null {
59 const trimmed = line.trim();

Callers 1

debug_stackLogicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected