Skip to content

Commit 44687f9

Browse files
committed
Merge remote-tracking branch 'origin/main' into crux-for-trace
Change-Id: I04829e52b7e38bf4384b6db89f977abe518d7b5e
2 parents 94ac77c + fbba3c9 commit 44687f9

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,25 @@ Or, from the IDE **Activity Bar** > `Kiro` > `MCP Servers` > `Click Open MCP Con
246246

247247
</details>
248248

249+
<details>
250+
<summary>OpenCode</summary>
251+
252+
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>):
253+
254+
```json
255+
{
256+
"$schema": "https://opencode.ai/config.json",
257+
"mcp": {
258+
"chrome-devtools": {
259+
"type": "local",
260+
"command": ["npx", "-y", "chrome-devtools-mcp@latest"]
261+
}
262+
}
263+
}
264+
```
265+
266+
</details>
267+
249268
<details>
250269
<summary>Qoder</summary>
251270

0 commit comments

Comments
 (0)