//! Internal library for the shipped `vent` binary.
//!
//! The crate exposes only the small facade the binary needs. Configuration DTOs,
//! sink mechanics, provider rendering, and MCP router details stay private so the
//! implementation can evolve without treating those internals as a stable library
//! API.
/// Configuration load errors and the validated runtime policy derived from TOML.
pub use ;
/// Shared vent submission service used by the MCP server and CLI.
pub use ;
/// MCP tool router that exposes channel listing and vent submission.
pub use VentMcpServer;
/// MCP response types and the privacy-preserving project label helper.
pub use ;