registerAll static method
Register all tools with the given registry
Implementation
static void registerAll(McpToolRegistry registry) {
for (final tool in _tools.values) {
registry.register(tool);
}
}
Register all tools with the given registry
static void registerAll(McpToolRegistry registry) {
for (final tool in _tools.values) {
registry.register(tool);
}
}