15 lines
228 B
JSON
15 lines
228 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-playwright"
|
|
],
|
|
"env": {
|
|
"PLAYWRIGHT_BROWSERS_PATH": "0"
|
|
}
|
|
}
|
|
}
|
|
}
|