//! `elicit_polars` — MCP tools for the polars DataFrame library.
//!
//! Provides 4 plugins covering ~75 tools:
//! - [`PolarsExprPlugin`] — Expr composition registry (~30 tools)
//! - [`PolarsDataFramePlugin`] — Runtime DataFrame execution (~28 tools)
//! - [`PolarsPipelinePlugin`] — LazyFrame pipeline code generation (~15 tools)
//! - [`PolarsSqlPlugin`] — SQLContext runtime interface (~5 tools)
pub use PolarsDbBackend;
pub use ;
pub use ;
pub use ;
pub use ;