mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
14 lines
207 B
JSON
14 lines
207 B
JSON
{
|
|
"mcpServers": {
|
|
"svelte": {
|
|
"type": "http",
|
|
"url": "https://mcp.svelte.dev/mcp"
|
|
}
|
|
},
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": [
|
|
"@playwright/mcp@latest"
|
|
]
|
|
}
|
|
} |