diff --git a/README.md b/README.md index 3860ab8a..eacd9fd6 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,33 @@ Open [Qodo Gen](https://docs.qodo.ai/qodo-documentation/qodo-gen) chat panel in Click Save. +
+Install in JetBrains AI Assistant + +See [JetBrains AI Assistant Documentation](https://www.jetbrains.com/help/ai-assistant/configure-an-mcp-server.html) for more details. + +1. In JetBrains IDEs go to `Settings` -> `Tools` -> `AI Assistant` -> `Model Context Protocol (MCP)` +2. Click `+ Add`. +3. Click on `Command` in the top-left corner of the dialog and select the As JSON option from the list +4. Add this configuration and click `OK` + +```json +{ + "mcpServers": { + "playwright": { + "command": "npx", + "args": [ + "@playwright/mcp@latest" + ] + } + } +} +``` + +5. Click `Apply` to save changes. + +
+ ### Configuration Playwright MCP server supports following arguments. They can be provided in the JSON configuration above, as a part of the `"args"` list: