Files
chore/.vscode/mcp.json
Ryan Kegel 127378797c
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m46s
Refactored frontend directory
2026-04-25 00:40:15 -04:00

15 lines
258 B
JSON

{
"servers": {
"playwright-test": {
"type": "stdio",
"command": "npx",
"args": [
"playwright",
"run-test-mcp-server",
"--config=playwright.config.ts"
],
"cwd": "frontend"
}
},
"inputs": []
}