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

Function debug_stackLogic

src/mcp/tools/debugging/debug_stack.ts:176–185  ·  view source on GitHub ↗
(
  params: DebugStackParams,
  ctx: DebuggerToolContext,
)

Source from the content-addressed store, hash-verified

174}
175
176export async function debug_stackLogic(
177 params: DebugStackParams,
178 ctx: DebuggerToolContext,
179): Promise<void> {
180 const handlerCtx = getHandlerContext();
181 const executeDebugStack = createDebugStackExecutor(ctx.debugger);
182 const result = await executeDebugStack(params);
183
184 setStructuredOutput(handlerCtx, result);
185}
186
187export const schema = debugStackSchema.shape;
188

Callers 1

Calls 3

getHandlerContextFunction · 0.90
createDebugStackExecutorFunction · 0.85
setStructuredOutputFunction · 0.70

Tested by

no test coverage detected