chore: move mcp crate to standalone repository (#2578)

This commit is contained in:
houseme
2026-04-17 20:42:26 +08:00
committed by GitHub
parent 8dc5ef6ef5
commit f77ccd5b23
22 changed files with 178 additions and 2576 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ http-body.workspace = true
http-body-util.workspace = true
reqwest = { workspace = true }
socket2 = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "net", "signal", "process", "io-util"] }
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "net", "signal", "process", "io-util","io-uring"] }
tokio-rustls = { workspace = true }
aws-sdk-s3 = { workspace = true }
tokio-stream.workspace = true