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

24
.mcp.json Normal file
View File

@@ -0,0 +1,24 @@
{
"mcpServers": {
"better-t-stack": {
"command": "bunx",
"args": ["create-better-t-stack@latest", "mcp"]
},
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"shadcn": {
"command": "npx",
"args": ["-y", "shadcn@latest", "mcp"]
},
"better-auth": {
"type": "http",
"url": "https://mcp.inkeep.com/better-auth/mcp"
},
"expo-mcp": {
"type": "http",
"url": "https://mcp.expo.dev/mcp"
}
}
}