mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix(cli): ruler template path
This commit is contained in:
18
apps/cli/templates/addons/ruler/.ruler/mcp.json.hbs
Normal file
18
apps/cli/templates/addons/ruler/.ruler/mcp.json.hbs
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
}{{#if (or (eq runtime "workers") (eq webDeploy "workers"))}},
|
||||
"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}}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user