From eacb805682b9f0e01281a5758d107f4cdd3af638 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 24 Mar 2025 11:36:28 -0700 Subject: [PATCH] docs: remove trailing , from .json config Otherwise it's highlighted as syntax error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f4705e..c811e70 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A Model Context Protocol (MCP) server that provides browser automation capabilit "playwright": { "command": "npx", "args": [ - "@playwright/mcp@latest", + "@playwright/mcp@latest" ] } }