//! RPC data layer for the MCP stdio transport.
//!
//! - [`framing`] — newline-delimited JSON I/O over async readers/writers.
//! - [`message`] — typed helpers for classifying and extracting MCP JSON-RPC
//! messages.
// Re-export the most commonly used types and functions at the module level so
// callers can write `use crate::rpc::{FrameReader, MessageKind, ...}`.
pub use ;
pub use ;