chore: upgrade rmcp (#6516)

This commit is contained in:
Alex Hancock
2026-01-16 12:09:51 -05:00
committed by GitHub
parent 885fd2a24f
commit 4191826569
34 changed files with 157 additions and 26 deletions
+2
View File
@@ -511,6 +511,7 @@ mod tests {
Message::assistant().with_tool_request(
"tool_0",
Ok(CallToolRequestParam {
task: None,
name: "read_file".into(),
arguments: None,
}),
@@ -549,6 +550,7 @@ mod tests {
messages.push(Message::assistant().with_tool_request(
format!("tool_{}", i),
Ok(CallToolRequestParam {
task: None,
name: "read_file".into(),
arguments: None,
}),