Skip to content

Commit c132e52

Browse files
committed
changes to use playwigth to use npx rather then dokcker.
1 parent 0eec86c commit c132e52

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

mcphub/.config/mcphub/servers.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,8 @@
2525
"url": "https://api.githubcopilot.com/mcp/"
2626
},
2727
"playwright": {
28-
"command": "docker",
29-
"args": [
30-
"run",
31-
"-i",
32-
"--rm",
33-
"--init",
34-
"-e", "PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1",
35-
"mcp/playwright"
36-
]
28+
"command": "npx",
29+
"args": ["@playwright/mcp@latest"]
3730
}
3831
}
3932
}

vscode/.config/Code/User/mcp.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@
1010
]
1111
},
1212
"playwright": {
13-
"command": "docker",
14-
"args": [
15-
"run",
16-
"-i",
17-
"--rm",
18-
"mcp/playwright"
19-
]
13+
"command": "npx",
14+
"args": ["@playwright/mcp@latest"]
2015
}
2116
}
2217
}

0 commit comments

Comments
 (0)