Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ ToolInvoker
Interface
ToolInvoker
src/runtime/types.ts:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
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
no test coverage detected