chore: upgrade rmcp 1.8.0 -> 3.1.2

Compile-clean upgrade verified: zero source changes needed, full test
suite green, clippy clean. Coyote's rmcp API surface (14 items) dodges
all 2.0/3.0 breaking changes; the "Auth required" error string matched
by is_auth_required_error is intact in 3.1.2.
This commit is contained in:
2026-08-14 11:10:45 -06:00
parent d791098e51
commit dcacb3a962
2 changed files with 45 additions and 10 deletions
+2 -2
View File
@@ -84,7 +84,7 @@ duct = "1.0.0"
argc = "1.23.0"
strum_macros = "0.27.2"
indoc = "2.0.6"
rmcp = { version = "1.5.0", features = [
rmcp = { version = "3.1.2", features = [
"client",
"transport-child-process",
"transport-streamable-http-client-reqwest",
@@ -150,4 +150,4 @@ path = "src/main.rs"
[profile.release]
lto = true
strip = true
opt-level = "z"
opt-level = "z"