Files
unisono/.vscode/mcp.json
2025-10-29 13:36:06 +02:00

13 lines
192 B
JSON

{
"servers": {
"playwright-test": {
"type": "stdio",
"command": "npx",
"args": [
"playwright",
"run-test-mcp-server"
]
}
},
"inputs": []
}