feat: Agent Client Protocol implementation of goose (#4511)

This commit is contained in:
Michael Neale
2025-09-05 11:49:26 +10:00
committed by GitHub
parent b5749d6457
commit c55ee2c26f
8 changed files with 707 additions and 2 deletions
+3 -2
View File
@@ -22,9 +22,11 @@ mcp-client = { path = "../mcp-client" }
mcp-server = { path = "../mcp-server" }
mcp-core = { path = "../mcp-core" }
rmcp = { workspace = true }
agent-client-protocol = "0.1.1"
clap = { version = "4.4", features = ["derive"] }
cliclack = "0.3.5"
console = "0.15.8"
uuid = { version = "1.11", features = ["v4"] }
dotenvy = "0.15.7"
bat = "0.24.0"
anyhow = "1.0"
@@ -47,7 +49,6 @@ shlex = "1.3.0"
async-trait = "0.1.86"
base64 = "0.22.1"
regex = "1.11.1"
uuid = { version = "1.11", features = ["v4"] }
nix = { version = "0.30.1", features = ["process", "signal"] }
tar = "0.4"
# Web server dependencies
@@ -56,7 +57,7 @@ tower-http = { version = "0.5", features = ["cors", "fs"] }
http = "1.0"
webbrowser = "1.0"
indicatif = "0.17.11"
tokio-util = "0.7.15"
tokio-util = { version = "0.7.15", features = ["compat"] }
is-terminal = "0.4.16"
anstream = "0.6.18"