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": {} } } }