docs: remove trailing , from .json config

Otherwise it's highlighted as syntax error.
This commit is contained in:
Yury Semikhatsky
2025-03-24 11:36:28 -07:00
committed by GitHub
parent dc7a449e8a
commit eacb805682

View File

@@ -23,7 +23,7 @@ A Model Context Protocol (MCP) server that provides browser automation capabilit
"playwright": { "playwright": {
"command": "npx", "command": "npx",
"args": [ "args": [
"@playwright/mcp@latest", "@playwright/mcp@latest"
] ]
} }
} }