From 9f22ee5d0d98561df11b363f1a8356b9c4839f37 Mon Sep 17 00:00:00 2001 From: Matthias Helmrich <47859363+helmsonsen@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:52:47 +0100 Subject: [PATCH] config openhands example in README.md added config example for openhands --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 3de17ff7..adad4eb2 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,23 @@ Or, from the IDE **Activity Bar** > `Kiro` > `MCP Servers` > `Click Open MCP Con +
+Openhands + +In the agent_settings.json in your `.openhands` folder add to the "mcpServers": +``` +"chrome-devtools": { + "command": "npx", + "args": [ + "-y", + "chrome-devtools-mcp@latest", + "--headless=true", + "--isolated=true" + ] +} +``` +
+
Qoder