//! ObjectiveAI MCP filesystem library.
//!
//! Other crates can `use objectiveai_mcp_filesystem::{ConfigBuilder, run}`
//! and spawn the server in-process; the binary at `main.rs` is a thin
//! wrapper that reads `Config` from the environment and calls [`run`].
pub use *;