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

Function debug_detachLogic

src/mcp/tools/debugging/debug_detach.ts:83–92  ·  view source on GitHub ↗
(
  params: DebugDetachParams,
  ctx: DebuggerToolContext,
)

Source from the content-addressed store, hash-verified

81}
82
83export async function debug_detachLogic(
84 params: DebugDetachParams,
85 ctx: DebuggerToolContext,
86): Promise<void> {
87 const handlerCtx = getHandlerContext();
88 const executeDebugDetach = createDebugDetachExecutor(ctx.debugger);
89 const result = await executeDebugDetach(params);
90
91 setStructuredOutput(handlerCtx, result);
92}
93
94export const schema = debugDetachSchema.shape;
95

Callers 1

Calls 3

getHandlerContextFunction · 0.90
setStructuredOutputFunction · 0.70

Tested by

no test coverage detected