//! `VoidCrawl` MCP server library.
//!
//! Exposes `void_crawl_core`'s stealth browser pool and session API to
//! Claude Code via the Model Context Protocol. The crate also ships a
//! binary (`voidcrawl-mcp`) that wires the library up over stdio.
pub use VoidCrawlServer;
pub use AppState;