Expand description
§MCP Tools Management
This module provides the infrastructure for registering, managing, and invoking MCP tools. Tools are the primary way for clients to interact with server capabilities.
The module implements a registry for tools and handlers that process tool invocations.
Structs§
- Tools
- Registry and dispatcher for MCP tools.
Type Aliases§
- Tool
Handler Fn - Type alias for a tool handler function.