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

27
opencode.json Normal file
View File

@@ -0,0 +1,27 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"context7": {
"type": "local",
"command": ["npx", "-y", "@upstash/context7-mcp"],
"enabled": true,
"environment": {}
},
"cloudflare-docs": {
"type": "remote",
"url": "https://docs.mcp.cloudflare.com/sse",
"enabled": true
},
"shadcn": {
"type": "local",
"command": ["npx", "-y", "shadcn@latest", "mcp"],
"enabled": true,
"environment": {}
},
"better-auth": {
"type": "remote",
"url": "https://mcp.inkeep.com/better-auth/mcp",
"enabled": true
}
}
}