Remove unused dependencies (#3626)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2025-07-29 17:32:25 +02:00
committed by GitHub
parent 9d996c3957
commit 656b5b889f
8 changed files with 5 additions and 217 deletions
-2
View File
@@ -13,7 +13,6 @@ mcp-core = { path = "../mcp-core" }
rmcp = { workspace = true }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
schemars = "0.8"
tokio = { version = "1", features = ["full"] }
tower = { version = "0.4", features = ["timeout"] }
tower-service = "0.3"
@@ -22,4 +21,3 @@ pin-project = "1.1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-appender = "0.2"
async-trait = "0.1"