//! The family's one wire codec: compact JSON, UTF-8, one frame per `\n`, 16 MiB cap.
//! Re-exported from `mcpmesh-codec` — ONE implementation, provably shared with the
//! daemon side (`mcpmesh_net::framing` re-exports the same crate), so the two ends
//! cannot drift. `mcpmesh-codec` links no iroh, so this stays a no-iroh client crate.
pub use ;