Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
177
export
function
getRegisteredServerToolNames(): string[] {
178
return
Object.keys(getServerToolRegistry())
179
}
180
181
export
async
function
routeExecution(
182
toolName: string,
Callers
1
buildServerToolHandlers
Function · 0.90
Calls
1
getServerToolRegistry
Function · 0.85
Tested by
no test coverage detected