Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,23 @@ Or, from the IDE **Activity Bar** > `Kiro` > `MCP Servers` > `Click Open MCP Con

</details>

<details>
<summary>Openhands</summary>

In the agent_settings.json in your `.openhands` folder add to the "mcpServers":
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In the agent_settings.json in your `.openhands` folder add to the "mcpServers":
In the `agent_settings.json` file in your `.openhands` folder add the following config to "mcpServers":

```
"chrome-devtools": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest",
"--headless=true",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are headless and isolated required to work in Openhands?

"--isolated=true"
]
}
```
</details>

<details>
<summary>Qoder</summary>

Expand Down
Loading