pub type ToolHandler = Box<dyn Fn(HashMap<String, Value>, RequestContext) -> BoxFuture<'static, Result<Value>> + Send + Sync>;
Tool handler function signature
pub struct ToolHandler(/* private fields */);