pub type DynTool = Arc<dyn McpTool>;
A type-erased tool wrapper.
pub struct DynTool { /* private fields */ }