MCPcopy Index your code
hub / github.com/simstudioai/sim / getServerToolRegistry

Function getServerToolRegistry

apps/sim/lib/copilot/tools/server/router.ts:173–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171}
172
173function getServerToolRegistry(): Record<string, BaseServerTool> {
174 return baseServerToolRegistry
175}
176
177export function getRegisteredServerToolNames(): string[] {
178 return Object.keys(getServerToolRegistry())

Callers 2

routeExecutionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected