We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01dd3e8 commit c649de1Copy full SHA for c649de1
crates/rmcp/tests/test_elicitation.rs
@@ -205,9 +205,6 @@ async fn test_elicitation_spec_compliance() {
205
"notifications/elicitation/response"
206
);
207
208
- // Test that protocol version includes the new 2025-06-18 version
209
- assert_eq!(ProtocolVersion::V_2025_06_18.to_string(), "2025-06-18");
210
- assert_eq!(ProtocolVersion::LATEST, ProtocolVersion::V_2025_06_18);
211
212
// Test that enum values match specification
213
let actions = [
0 commit comments