13 lines
195 B
JSON
13 lines
195 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": [
|
|
"@playwright/mcp@latest",
|
|
"--headless"
|
|
],
|
|
"timeout": 30000
|
|
}
|
|
},
|
|
"$version": 3
|
|
} |