Create project skeleton with sv

This commit is contained in:
2026-05-13 17:40:55 -04:00
commit 6f8a187246
24 changed files with 2396 additions and 0 deletions

10
.mcp.json Normal file
View File

@@ -0,0 +1,10 @@
{
"mcpServers": {
"svelte": {
"type": "stdio",
"command": "npx",
"env": {},
"args": ["-y", "@sveltejs/mcp"]
}
}
}