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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
]
}
}