feat(acp): Honor MCP servers from clients like Zed (stdio + http) (#6230)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Adrian Cole
2025-12-24 05:49:10 +08:00
committed by GitHub
parent 4e33e5a934
commit 23f33e3fb2
15 changed files with 1191 additions and 678 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ description.workspace = true
workspace = true
[dependencies]
rmcp = { version = "0.8.1", features = ["server", "client", "transport-io", "macros"] }
rmcp = { workspace = true, features = ["server", "client", "transport-io", "macros"] }
anyhow = "1.0.94"
tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0.1", features = ["io-util"] }