pub const WIRE_PROTOCOL_V1: u32 = 1;Expand description
Wire protocol version constant.
Used by external tools (e.g. shape-mcp) to verify protocol compatibility with the shape CLI. Bump this when the wire framing or message format changes in a backward-incompatible way.