initial commit

This commit is contained in:
2026-02-24 11:30:24 +01:00
commit 47f9a25834
178 changed files with 18440 additions and 0 deletions

28
.zed/settings.json Normal file
View File

@@ -0,0 +1,28 @@
{
"context_servers": {
"context7": {
"source": "custom",
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"],
"env": {}
},
"cloudflare-docs": {
"source": "custom",
"type": "sse",
"url": "https://docs.mcp.cloudflare.com/sse",
"headers": {}
},
"shadcn": {
"source": "custom",
"command": "npx",
"args": ["-y", "shadcn@latest", "mcp"],
"env": {}
},
"better-auth": {
"source": "custom",
"type": "http",
"url": "https://mcp.inkeep.com/better-auth/mcp",
"headers": {}
}
}
}