main
1{
2 "mcpServers": {
3 "gitlab": {
4 "type": "http",
5 "url": "https://gitlab.com/api/v4/mcp"
6 },
7 "playwright": {
8 "command": "npx",
9 "args": [
10 "@playwright/mcp@latest"
11 ]
12 }
13 }
14}