Expand description
Tool capability implementation.
This module provides utilities for managing and executing tools in an MCP server.
Structs§
- Registered
Tool - A registered tool with metadata and handler.
- Tool
Builder - Builder for creating tools with a fluent API.
- Tool
Service - Service for managing tools.
Type Aliases§
- Boxed
Tool Fn - A boxed async function for tool execution.