mcpmesh-local-api 0.5.3

mcpmesh local control plane: UDS client/service seam and the shared *-local/1 vocabulary
Documentation
1
2
3
4
5
//! 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 mcpmesh_codec::{FrameReader, Inbound, MAX_FRAME_BYTES, Violation, write_frame};