Merge Codex MCP config into ~/.codex from run-workspaces.sh.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user