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

Function setStructuredOutput

src/mcp/tools/debugging/debug_detach.ts:52–58  ·  view source on GitHub ↗
(ctx: ToolHandlerContext, result: DebugDetachResult)

Source from the content-addressed store, hash-verified

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

Callers 1

debug_detachLogicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected