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

20
.mcp.json Normal file
View File

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