You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verification: run `codex mcp list` and confirm `chrome-devtools` is listed.
150
+
151
+
If you see `error: unexpected argument 'add' found`, your Codex CLI is too old to support `codex mcp add`.
152
+
Upgrade Codex, or add the server manually by editing `~/.codex/config.toml`:
153
+
154
+
```toml
155
+
[mcp_servers.chrome-devtools]
156
+
command = "npx"
157
+
args = ["-y", "chrome-devtools-mcp@latest"]
147
158
```
148
159
149
160
**On Windows 11**
150
161
151
-
Configure the Chrome install location and increase the startup timeout by updating `.codex/config.toml` and adding the following `env` and `startup_timeout_ms` parameters:
162
+
Configure the Chrome install location and increase the startup timeout by updating `%USERPROFILE%\.codex\config.toml` (usually `C:\Users\<you>\.codex\config.toml`) and adding the following `env` and `startup_timeout_ms` parameters:
0 commit comments