chore: add playwright MCP server to project config (#1625)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Pillsbury
2026-05-28 10:26:35 -07:00
committed by GitHub
co-authored by Claude Opus 4.7
parent 1a3cb45b29
commit b22a9f77b5
+6
View File
@@ -3,6 +3,12 @@
"astro-docs": {
"type": "http",
"url": "https://mcp.docs.astro.build/mcp"
},
"playwright": {
"type": "stdio",
"command": "npx",
"args": ["@playwright/mcp@latest"],
"env": {}
}
}
}