From dcfdfa62acb6aeeb06efeea4eb6a9ef2b0ee48da Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 28 Jun 2025 13:59:20 +0200 Subject: [PATCH] Add Playwright MCP as project config --- .mcp.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 00000000..4547636b --- /dev/null +++ b/.mcp.json @@ -0,0 +1,13 @@ +{ + "mcpServers": { + "playwright": { + "type": "stdio", + "command": "npx", + "args": [ + "-y", + "@playwright/mcp@latest" + ], + "env": {} + } + } +} \ No newline at end of file