Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
111
export
interface
ToolInvoker {
112
invoke(toolName: string, args: Record<string, unknown>, opts: InvokeOptions): Promise<void>;
113
}
Callers
1
invokeAndFinalize
Function · 0.65
Implementers
1
DefaultToolInvoker
src/runtime/tool-invoker.ts
Calls
no outgoing calls
Tested by
1
invokeAndFinalize
Function · 0.52