//! OpenAPI tool generator (`feature = "openapi"`).
//!
//! Point [`OpenAPIToolset`] at an OpenAPI 3.x spec and get a
//! `Vec<Arc<dyn Tool>>` back, one per operation in the spec. Security schemes
//! from the spec map to [`crate::auth::AuthConfig`] entries so the runner
//! resolves credentials before dispatching each tool.
pub use ;
pub use RestApiTool;
pub use ;
pub use OpenAPIToolset;