From a99cc56bb4c0696569e507edbbb3becabde5a997 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 8 Dec 2025 23:42:13 +0000 Subject: [PATCH] config: update playwright and iterm entries --- config/mcporter.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/config/mcporter.json b/config/mcporter.json index 9dc3114..7272fc3 100644 --- a/config/mcporter.json +++ b/config/mcporter.json @@ -60,15 +60,7 @@ } }, "playwright": { - "description": "Playwright MCP server for accessibility-driven automation.", - "command": "npx", - "args": [ - "-y", - "@playwright/mcp@latest" - ], - "env": { - "npm_config_loglevel": "error" - } + "command": "npx @playwright/mcp --browser chrome" }, "vercel": { "description": "Vercel MCP (requires OAuth).", @@ -108,6 +100,7 @@ "baseUrl": "https://www.shadcn.io/api/mcp" }, "iterm": { + "description": "iTerm2 terminal bridge via local iterm-mcp", "command": "pnpm", "args": [ "--dir", @@ -116,7 +109,6 @@ "node", "build/index.js" ], - "description": "iTerm2 terminal bridge via local iterm-mcp", "env": { "npm_config_loglevel": "error" }