mcp svelte

This commit is contained in:
2026-02-24 20:11:25 +00:00
parent 7edfb90d5f
commit c44a85e404
+7 -1
View File
@@ -2,5 +2,11 @@
"settings": { "settings": {
"idleTimeout": 10 "idleTimeout": 10
}, },
"mcpServers": {} "mcpServers": {
"svelte": {
"type": "http",
"url": "https://mcp.svelte.dev/mcp",
"tools": ["*"]
}
}
} }