feat: upgrade to rmcp 0.12.0 and sacp 10.0.0 by removing SSE transport (#6304)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Adrian Cole
2026-01-02 07:07:53 +08:00
committed by GitHub
parent 38fcf4f374
commit 5a5312a2e6
51 changed files with 508 additions and 931 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ uninlined_format_args = "allow"
string_slice = "warn"
[workspace.dependencies]
rmcp = { version = "0.9.1", features = ["schemars", "auth"] }
rmcp = { version = "0.12.0", features = ["schemars", "auth"] }
sacp = "10.0.0"
webbrowser = "1.0"
which = "8.0.0"
etcetera = "0.11.0"