Files
gymflow/.gemini/settings.json

12 lines
179 B
JSON

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