diff --git a/.mcp.json b/.mcp.json index b8ce690..6286133 100644 --- a/.mcp.json +++ b/.mcp.json @@ -3,6 +3,10 @@ "context7": { "type": "http", "url": "https://mcp.context7.com/mcp" + }, + "playwright": { + "command": "npx", + "args": ["@playwright/mcp@latest"] } } -} \ No newline at end of file +}