From 9b9935c67d848fe1ede92586431c2f3f5e947bbf Mon Sep 17 00:00:00 2001 From: drgaganpreetkaurhelpdesk Date: Sat, 29 Mar 2025 07:54:08 +0530 Subject: [PATCH] Add MCP configuration file for Playwright server --- mcp-config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mcp-config.json diff --git a/mcp-config.json b/mcp-config.json new file mode 100644 index 0000000..445ad12 --- /dev/null +++ b/mcp-config.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "playwright": { + "command": "npx", + "args": ["-y", "@executeautomation/playwright-mcp-server"] + } + } +} \ No newline at end of file