feat: support mcp_servers in config.toml

This commit is contained in:
Michael Bolin
2025-05-06 14:07:24 -07:00
parent 49d040215a
commit a4e59988db
12 changed files with 483 additions and 15 deletions

View File

@@ -14,11 +14,13 @@ base64 = "0.21"
bytes = "1.10.1"
clap = { version = "4", features = ["derive", "wrap_help"], optional = true }
codex-apply-patch = { path = "../apply-patch" }
codex-mcp-client = { path = "../mcp-client" }
dirs = "6"
env-flags = "0.1.1"
eventsource-stream = "0.2.3"
fs-err = "3.1.0"
futures = "0.3"
mcp-types = { path = "../mcp-types" }
mime_guess = "2.0"
patch = "0.7"
path-absolutize = "3.1.1"