initial commit

This commit is contained in:
-Puter
2026-07-19 02:46:47 +05:30
commit 8033a8edb0
121 changed files with 7845 additions and 0 deletions

23
.codex/config.toml Normal file
View File

@@ -0,0 +1,23 @@
[mcp_servers.better-t-stack]
command = "bunx"
args = ["create-better-t-stack@latest", "mcp"]
[mcp_servers.context7]
command = "npx"
args = ["-y", "@upstash/context7-mcp"]
[mcp_servers.convex]
command = "npx"
args = ["-y", "convex@latest", "mcp", "start"]
[mcp_servers.shadcn]
command = "npx"
args = ["-y", "shadcn@latest", "mcp"]
[mcp_servers.better-auth]
type = "http"
url = "https://mcp.inkeep.com/better-auth/mcp"
[mcp_servers.expo-mcp]
type = "http"
url = "https://mcp.expo.dev/mcp"