12 lines
165 B
JSON
12 lines
165 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"@playwright/mcp"
|
|
],
|
|
"env": {}
|
|
}
|
|
}
|
|
} |