From 2930ca8ee9bf0866776ce065bd254d8673d75aea Mon Sep 17 00:00:00 2001 From: Alex Hancock Date: Thu, 30 Jul 2026 20:39:50 -0400 Subject: [PATCH] feat: update LATEST --- crates/rmcp/src/model.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rmcp/src/model.rs b/crates/rmcp/src/model.rs index 06ed855e..bcc2c32a 100644 --- a/crates/rmcp/src/model.rs +++ b/crates/rmcp/src/model.rs @@ -172,7 +172,7 @@ impl ProtocolVersion { pub const V_2025_06_18: Self = Self(Cow::Borrowed("2025-06-18")); pub const V_2025_03_26: Self = Self(Cow::Borrowed("2025-03-26")); pub const V_2024_11_05: Self = Self(Cow::Borrowed("2024-11-05")); - pub const LATEST: Self = Self::V_2025_11_25; + pub const LATEST: Self = Self::V_2026_07_28; /// First protocol version that requires SEP-2243 standard HTTP headers. pub const STANDARD_HEADERS: Self = Self::V_2026_07_28;