//! khive MCP server library — exports the server, serve bootstrap, transports,
//! args, pack bootstrap, and tool parameter types for the single `request` tool.
//!//! The binary frontend is `kkernel mcp`; this crate ships no binary of its own.
pubmodargs;pubmodcoordinator;#[cfg(unix)]pubmoddaemon;pubmodpack;pubmodsave_sink;pubmodserve;pubmodserver;pubmodtools;pubmodtransport;#[cfg(feature ="bench-embedder")]pub(crate)modbench_embedder;