Structs§
- Tool
Context - Read-only context passed to tool handlers. Contains pre-resolved values that many tools need, avoiding repeated async lock acquisition inside handlers.
- Tool
Output - Result returned by an McpTool handler.
Traits§
- McpTool
- Trait for a self-contained MCP tool. Each tool provides its own schema definition and handler, eliminating the possibility of schema/handler drift.