Skip to content

Commit 6fbdbf2

Browse files
committed
add Playwright MCP server
1 parent 21e99fd commit 6fbdbf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/mcp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"servers": {
3+
"playwright": {
4+
"command": "npx",
5+
"args": ["-y", "@playwright/mcp@latest", "--vision"]
6+
},
37
"filesystem": {
48
"command": "npx",
59
"args": ["-y", "@modelcontextprotocol/server-filesystem", "./assets"]

0 commit comments

Comments
 (0)