(config: TomlConfig)
| 272 | * Initialize the global tool registry |
| 273 | */ |
| 274 | export function initializeToolRegistry(config: TomlConfig): void { |
| 275 | globalRegistry = new ToolRegistry(config); |
| 276 | } |
| 277 | |
| 278 | /** |
| 279 | * Get the global tool registry instance |
no outgoing calls
no test coverage detected