docs: remove trailing , from .json config
Otherwise it's highlighted as syntax error.
This commit is contained in:
parent
dc7a449e8a
commit
eacb805682
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue