mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
18 lines
424 B
JSON
18 lines
424 B
JSON
{
|
|
"mcpServers": {
|
|
"svelte": {
|
|
"type": "http",
|
|
"url": "https://mcp.svelte.dev/mcp"
|
|
},
|
|
"playwright": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "@playwright/mcp@latest", "--browser", "chromium", "--headless"]
|
|
},
|
|
"playwright-headed": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "@playwright/mcp@latest", "--browser", "chromium"]
|
|
}
|
|
}
|
|
} |