Skip to content

Commit 9f22ee5

Browse files
authored
config openhands example in README.md
added config example for openhands
1 parent 3921e8a commit 9f22ee5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

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

206206
</details>
207207

208+
<details>
209+
<summary>Openhands</summary>
210+
211+
In the agent_settings.json in your `.openhands` folder add to the "mcpServers":
212+
```
213+
"chrome-devtools": {
214+
"command": "npx",
215+
"args": [
216+
"-y",
217+
"chrome-devtools-mcp@latest",
218+
"--headless=true",
219+
"--isolated=true"
220+
]
221+
}
222+
```
223+
</details>
224+
208225
<details>
209226
<summary>Qoder</summary>
210227

0 commit comments

Comments
 (0)