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

Function getRegisteredServerToolNames

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

Source from the content-addressed store, hash-verified

175}
176
177export function getRegisteredServerToolNames(): string[] {
178 return Object.keys(getServerToolRegistry())
179}
180
181export async function routeExecution(
182 toolName: string,

Callers 1

buildServerToolHandlersFunction · 0.90

Calls 1

getServerToolRegistryFunction · 0.85

Tested by

no test coverage detected