Type alias ExternalToolRegistry

ExternalToolRegistry: ReadonlyMap<string, ExternalToolRegistryEntry> | Record<string, ExternalToolRegistryEntry> | Iterable<NamedExternalToolRegistryEntry>