From b22a9f77b503a4f44147aa227afce071d55ef3a9 Mon Sep 17 00:00:00 2001 From: Christian Pillsbury Date: Thu, 28 May 2026 10:26:35 -0700 Subject: [PATCH] chore: add playwright MCP server to project config (#1625) Co-authored-by: Claude Opus 4.7 (1M context) --- .mcp.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.mcp.json b/.mcp.json index 428b2c81..8db6f818 100644 --- a/.mcp.json +++ b/.mcp.json @@ -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": {} } } }