getTool static method

McpTool? getTool(
  1. String name
)

Get tool by name

Implementation

static McpTool? getTool(String name) => _tools[name];