add playwright-mcp server to extensions list (#3010)

This commit is contained in:
Joah Gerstenberg
2025-07-01 08:36:30 -05:00
committed by GitHub
parent 92abdb9d18
commit 0c36f9ea04

View File

@@ -165,5 +165,17 @@
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "playwright",
"name": "Playwright",
"description": "Interact with web pages through structured accessibility snapshots using Playwright",
"command": "npx @playwright/mcp@latest",
"link": "https://github.com/microsoft/playwright-mcp",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": true,
"githubStars": 12309,
"environmentVariables": []
}
]