registerAll static method

void registerAll(
  1. McpToolRegistry registry
)

Register this tool with the registry

Implementation

static void registerAll(McpToolRegistry registry) {
  registry.register(TinkerTool());
}