feat(code-mode): use server names for MCP extensions (#6284)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Adrian Cole
2025-12-30 13:08:38 +08:00
committed by GitHub
parent 454e98bb74
commit d1f95757cf
19 changed files with 2142 additions and 1662 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ goose = { path = "../goose" }
goose-bench = { path = "../goose-bench" }
goose-mcp = { path = "../goose-mcp" }
rmcp = { workspace = true }
sacp = "9.0.0"
sacp = "10.0.0-alpha.3"
agent-client-protocol-schema = "0.10.5"
clap = { version = "4.4", features = ["derive"] }
cliclack = "0.3.5"
console = "0.16.1"