1//! pluck MCP library — the same modules the `pluckd` binary uses, 2//! re-exported so integration tests and benchmarks can drive the server 3//! handler directly without a stdio round-trip. 4 5pub mod server; 6pub mod session;