Skip to content

Commit e79093b

Browse files
committed
fix: format
1 parent 8ec05c2 commit e79093b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@ claude mcp add chrome-devtools npx chrome-devtools-mcp@latest
6666
Follow https://docs.cline.bot/mcp/configuring-mcp-servers and use the config provided above.
6767
</details>
6868

69+
<details>
70+
<summary>Codex</summary>
71+
Follow the <a href="https://github.com/openai/codex/blob/main/docs/advanced.md#model-context-protocol-mcp">configure MCP guide</a>
72+
using the standard config from above. You can also install the Chrome DevTools MCP server using the Codex CLI:
73+
74+
```bash
75+
codex mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
76+
```
77+
78+
</details>
79+
6980
<details>
7081
<summary>Copilot / VS Code</summary>
7182
Follow the MCP install <a href="https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server">guide</a>,
@@ -101,16 +112,6 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
101112
using the standard config from above.
102113
</details>
103114

104-
<details>
105-
<summary>Codex</summary>
106-
Follow the <a href="https://github.com/openai/codex/blob/main/docs/advanced.md#model-context-protocol-mcp">configure MCP guide</a>
107-
using the standard config from above. You can also install the Chrome DevTools MCP server using the Codex CLI:
108-
109-
```bash
110-
codex mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
111-
```
112-
</details>
113-
114115
### Your first prompt
115116

116117
Enter the following prompt in your MCP Client to check if everything is working:

0 commit comments

Comments
 (0)