mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 16:03:47 +00:00
18 lines
534 B
JSON
18 lines
534 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", "--output-dir", "/tmp/playwright-mcp-${USER:-shared}"]
|
|
},
|
|
"playwright-headed": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "@playwright/mcp@latest", "--browser", "chromium", "--output-dir", "/tmp/playwright-mcp-${USER:-shared}"]
|
|
}
|
|
}
|
|
} |