Skip to content

Commit 449167b

Browse files
committed
docs: update readme to include OpenCode example
1 parent 5f78b51 commit 449167b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,25 @@ The same way chrome-devtools-mcp can be configured for JetBrains Junie in `Setti
196196

197197
</details>
198198

199+
<details>
200+
<summary>OpenCode</summary>
201+
202+
Add the following configuration to your `opencode.json` file. If you don't have one, create it at `~/.config/opencode/opencode.json` (<a href="https://opencode.ai/docs/mcp-servers">guide</a>):
203+
204+
```json
205+
{
206+
"$schema": "https://opencode.ai/config.json",
207+
"mcp": {
208+
"chrome-devtools": {
209+
"type": "local",
210+
"command": ["npx", "-y", "chrome-devtools-mcp@latest"]
211+
}
212+
}
213+
}
214+
```
215+
216+
</details>
217+
199218
<details>
200219
<summary>Kiro</summary>
201220

0 commit comments

Comments
 (0)