doc: Add Antigravity to MCP client list in README (#1419)

This commit is contained in:
Promode
2026-02-26 00:40:43 +05:30
committed by GitHub
parent f1f42f8616
commit 43e31e8361

View File

@@ -72,6 +72,26 @@ amp mcp add playwright -- npx @playwright/mcp@latest
</details> </details>
<details>
<summary>Antigravity</summary>
Add via the Antigravity settings or by updating your configuration file:
```json
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}
}
```
</details>
<details> <details>
<summary>Claude Code</summary> <summary>Claude Code</summary>