menu
brain_kernel package
documentation
mcp_client.dart
ToolRegistry
hasTool method
hasTool method
dark_mode
light_mode
hasTool
method
bool
hasTool
(
String
toolName
)
Check if tool exists
Implementation
bool hasTool(String toolName) => _schemas.containsKey(toolName);
brain_kernel package
documentation
mcp_client
ToolRegistry
hasTool method
ToolRegistry class