Skip to content

Commit 6f15474

Browse files
committed
test: update expect! snapshots for rmcp 1.2.0 version string
1 parent 5138711 commit 6f15474

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/sacp-conductor/tests/trace_client_mcp_server.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ async fn test_trace_client_mcp_server() -> Result<(), sacp::Error> {
439439
"capabilities": Object {},
440440
"clientInfo": Object {
441441
"name": String("rmcp"),
442-
"version": String("1.0.0-alpha"),
442+
"version": String("1.2.0"),
443443
},
444444
"protocolVersion": String("2025-06-18"),
445445
},
@@ -460,7 +460,7 @@ async fn test_trace_client_mcp_server() -> Result<(), sacp::Error> {
460460
"protocolVersion": String("2025-06-18"),
461461
"serverInfo": Object {
462462
"name": String("rmcp"),
463-
"version": String("1.0.0-alpha"),
463+
"version": String("1.2.0"),
464464
},
465465
},
466466
},

src/sacp-conductor/tests/trace_mcp_tool_call.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ async fn test_trace_mcp_tool_call() -> Result<(), sacp::Error> {
425425
"capabilities": Object {},
426426
"clientInfo": Object {
427427
"name": String("rmcp"),
428-
"version": String("1.0.0-alpha"),
428+
"version": String("1.2.0"),
429429
},
430430
"protocolVersion": String("2025-06-18"),
431431
},
@@ -446,7 +446,7 @@ async fn test_trace_mcp_tool_call() -> Result<(), sacp::Error> {
446446
"protocolVersion": String("2025-06-18"),
447447
"serverInfo": Object {
448448
"name": String("rmcp"),
449-
"version": String("1.0.0-alpha"),
449+
"version": String("1.2.0"),
450450
},
451451
},
452452
},

0 commit comments

Comments
 (0)