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

Method invoke

src/runtime/types.ts:112–112  ·  view source on GitHub ↗
(toolName: string, args: Record<string, unknown>, opts: InvokeOptions)

Source from the content-addressed store, hash-verified

110
111export interface ToolInvoker {
112 invoke(toolName: string, args: Record<string, unknown>, opts: InvokeOptions): Promise<void>;
113}

Callers 1

invokeAndFinalizeFunction · 0.65

Implementers 1

DefaultToolInvokersrc/runtime/tool-invoker.ts

Calls

no outgoing calls

Tested by 1

invokeAndFinalizeFunction · 0.52