pub type ToolHandler = Arc<dyn Fn(Value) -> Pin<Box<dyn Future<Output = Result<McpToolResult>> + Send>> + Send + Sync>;
Tool handler function type
pub struct ToolHandler { /* private fields */ }