We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b427d9 commit 4f95e7fCopy full SHA for 4f95e7f
crates/rmcp/src/model.rs
@@ -149,7 +149,7 @@ impl ProtocolVersion {
149
pub const V_2025_06_18: Self = Self(Cow::Borrowed("2025-06-18"));
150
pub const V_2025_03_26: Self = Self(Cow::Borrowed("2025-03-26"));
151
pub const V_2024_11_05: Self = Self(Cow::Borrowed("2024-11-05"));
152
- // Per review feedback, keep LATEST at 2025-03-26 until full 2025-06-18 compliance and automated testing are in place.
+ // Keep LATEST at 2025-03-26 until full 2025-06-18 compliance and automated testing are in place.
153
pub const LATEST: Self = Self::V_2025_03_26;
154
}
155
0 commit comments