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