mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
18 lines
465 B
Handlebars
18 lines
465 B
Handlebars
{
|
|
"mcpServers": {
|
|
"context7": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "@upstash/context7-mcp"]
|
|
}{{#if (or (eq runtime "workers") (eq webDeploy "wrangler"))}},
|
|
"cloudflare": {
|
|
"command": "npx",
|
|
"args": ["mcp-remote", "https://docs.mcp.cloudflare.com/sse"]
|
|
}{{/if}}{{#if (eq backend "convex")}},
|
|
"convex": {
|
|
"command": "npx",
|
|
"args": ["-y", "convex@latest", "mcp", "start"]
|
|
}
|
|
{{/if}}
|
|
}
|
|
} |