pub type ApprovalFn = Arc<dyn Fn(JsonValue, ToolContext) -> BoxFuture<'static, bool> + Send + Sync>;
Decides per call whether approval is needed.
pub struct ApprovalFn { /* private fields */ }