pub const PROTOCOL_VERSION: &'static str;Expand description
The version advertised in a legacy initialize handshake. Kept as the
latest legacy revision: the handshake path speaks legacy until the modern
(stateless) dialect is wired into the client (a later phase). A modern client
declares its version per-request instead (LATEST_MODERN_VERSION).