menu
serverpod_boost package
documentation
tool_registry.dart
BoostToolRegistry
getTool static method
getTool static method
dark_mode
light_mode
getTool
static method
McpTool
?
getTool
(
String
name
)
Get tool by name
Implementation
static McpTool? getTool(String name) => _tools[name];
serverpod_boost package
documentation
tool_registry
BoostToolRegistry
getTool static method
BoostToolRegistry class