Skip to content

Commit 76ac776

Browse files
committed
add playwright mcp server for web ui
1 parent aed7c4b commit 76ac776

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.mcp.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"mcpServers": {
3+
"playwright": {
4+
"command": "docker",
5+
"args": [
6+
"run",
7+
"-i",
8+
"--rm",
9+
"--init",
10+
"--pull=always",
11+
"mcr.microsoft.com/playwright/mcp"
12+
]
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)