MCPcopy Create free account
hub / github.com/bytebase/dbhub / initializeToolRegistry

Function initializeToolRegistry

src/tools/registry.ts:274–276  ·  view source on GitHub ↗
(config: TomlConfig)

Source from the content-addressed store, hash-verified

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

Callers 4

mainFunction · 0.85
reloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected