Merge Codex MCP config into ~/.codex from run-workspaces.sh.
Tests / test (push) Successful in 9m41s
Tests / build-and-push-image (push) Successful in 23s

This commit is contained in:
melabidi
2026-07-31 16:31:32 -04:00
parent 2899270dba
commit e119153644
2 changed files with 79 additions and 8 deletions
+5 -6
View File
@@ -1,10 +1,9 @@
# Merge these tables into ~/.codex/config.toml (or a trusted project .codex/config.toml).
# Each entry points at a dedicated web-dev-mcp container (one WORKSPACE_ROOT per server).
# Source tables merged into ~/.codex/config.toml by ./run-workspaces.sh
# (idempotent managed block). You can also merge by hand into a trusted
# project .codex/config.toml.
#
# Edit the four workspace names/ports if needed, then start containers with:
# ./examples/codex/run-workspaces.sh
#
# Localhost bind = no MCP_HTTP_TOKEN required.
# Each entry points at a dedicated web-dev-mcp container (one WORKSPACE_ROOT
# per server). Localhost bind = no MCP_HTTP_TOKEN required.
[mcp_servers.web-dev-ws1]
url = "http://127.0.0.1:3939/mcp"