Module tools

Module tools 

Source
Expand description

Tool capability implementation.

This module provides utilities for managing and executing tools in an MCP server.

Structs§

RegisteredTool
A registered tool with metadata and handler.
ToolBuilder
Builder for creating tools with a fluent API.
ToolService
Service for managing tools.

Type Aliases§

BoxedToolFn
A boxed async function for tool execution.