From 48b923ad3933ecec1f310f6b39e174171b414393 Mon Sep 17 00:00:00 2001 From: Pascal Andy Date: Sun, 21 Dec 2025 21:00:10 -0500 Subject: [PATCH] docs: add OpenCode integration instructions --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 45ca0f86c..33832fc48 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,25 @@ Or, from the IDE **Activity Bar** > `Kiro` > `MCP Servers` > `Click Open MCP Con +
+ OpenCode + +Add the following configuration to your `opencode.json` (project-specific) or `~/.config/opencode/config.json` (global): + +```json +{ + "mcp": { + "chrome-devtools": { + "type": "local", + "command": ["npx", "-y", "chrome-devtools-mcp@latest"], + "enabled": true + } + } +} +``` + +
+
Qoder