From eda917ede964ec18f08f4b3f085ebf4bd74463c5 Mon Sep 17 00:00:00 2001 From: Leon van Zyl Date: Thu, 21 Aug 2025 08:53:31 +0200 Subject: [PATCH] mcp/ add praywrite mcp --- .mcp.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +}