initial commit
This commit is contained in:
23
.codex/config.toml
Normal file
23
.codex/config.toml
Normal 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"
|
||||
Reference in New Issue
Block a user