mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(cli): migrate vibe-rules to ruler (#503)
This commit is contained in:
18
apps/cli/templates/addons/vibe-rules/.ruler/mcp.json.hbs
Normal file
18
apps/cli/templates/addons/vibe-rules/.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}}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Ruler Configuration File
|
||||
# See https://okigu.com/ruler for documentation.
|
||||
|
||||
# Default agents to run when --agents is not specified
|
||||
default_agents = []
|
||||
Reference in New Issue
Block a user