initial commit

This commit is contained in:
René Schober
2026-03-13 06:23:06 +01:00
commit 4e34270786
314 changed files with 37280 additions and 0 deletions

32
opencode.json Normal file
View File

@@ -0,0 +1,32 @@
{
"mcp": {
"better-t-stack": {
"type": "local",
"command": ["bunx", "create-better-t-stack@latest", "mcp"],
"enabled": true,
"environment": {}
},
"context7": {
"type": "local",
"command": ["npx", "-y", "@upstash/context7-mcp"],
"enabled": true,
"environment": {}
},
"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
},
"expo-mcp": {
"type": "remote",
"url": "https://mcp.expo.dev/mcp",
"enabled": true
}
}
}