Skip to content

Commit 9aa119b

Browse files
committed
Add Playwright configuration to mcp.json
1 parent a88334e commit 9aa119b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"servers": {
3+
"playwright": {
4+
"type": "stdio",
5+
"command": "pnpm",
6+
"args": [
7+
"dlx",
8+
"@playwright/mcp@latest"
9+
]
10+
},
11+
},
12+
}

0 commit comments

Comments
 (0)