pub const SUPPORTED_PROTOCOL_VERSIONS: &[&str];Expand description
MCP protocol versions this server understands, newest first.
During initialize the server echoes the client’s requested version when it
appears here, otherwise it falls back to LATEST_PROTOCOL_VERSION.