feat(acp): upgrade agent-client-protocol + improve tool experience (#4683)

This commit is contained in:
Alex Hancock
2025-09-19 21:07:14 -04:00
committed by GitHub
parent 8e9e095d0b
commit 88dd9cbeea
3 changed files with 401 additions and 247 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ mcp-client = { path = "../mcp-client" }
mcp-server = { path = "../mcp-server" }
mcp-core = { path = "../mcp-core" }
rmcp = { workspace = true }
agent-client-protocol = "0.1.1"
agent-client-protocol = "0.4.0"
clap = { version = "4.4", features = ["derive"] }
cliclack = "0.3.5"
console = "0.15.8"