docs: add instructions for MCP server in Qodo Gen (#530)

This commit is contained in:
Dan O'Brien 2025-06-08 13:38:24 -04:00 committed by GitHub
parent 60495ed9b0
commit 7dae68de78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,6 +112,27 @@ Follow the MCP install [guide](https://modelcontextprotocol.io/quickstart/user),
```
</details>
<details>
<summary><b>Install in Qodo Gen</b></summary>
Open [Qodo Gen](https://docs.qodo.ai/qodo-documentation/qodo-gen) chat panel in VSCode or IntelliJ → Connect more tools → + Add new MCP → Paste the following configuration:
```js
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}
}
```
Click <code>Save</code>.
</details>
### Configuration
Playwright MCP server supports following arguments. They can be provided in the JSON configuration above, as a part of the `"args"` list: