Files
create-better-t-stack/apps/cli/templates/addons/ruler/.ruler/mcp.json.hbs

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}}
}
}