Module tools

Source
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§

ToolHandlerFn
Type alias for a tool handler function.