This commit is contained in:
Jack Amadeo
2025-10-11 10:32:16 -04:00
committed by GitHub
parent c70f0231e6
commit 73f109237e
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ workspace = true
[dependencies]
goose = { path = "../goose" }
rmcp = { version = "0.7.0", features = ["server", "client", "transport-io", "macros"] }
rmcp = { version = "0.8.1", features = ["server", "client", "transport-io", "macros"] }
anyhow = "1.0.94"
tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0.1", features = ["io-util"] }