//! MCP adapter — stdio JSON-RPC transport exposing `ground`, `index`, and
//! `list_corpora` as MCP tools. All business logic stays in the domain/app
//! layers; this module is a thin shim that adapts MCP's `tools/call` shape
//! to the existing CLI command functions and back.
pub use serve_stdio;