fix(cli): ruler template path

This commit is contained in:
Aman Varshney
2025-08-13 20:52:28 +05:30
parent bb40d510ed
commit a231a81839
4 changed files with 5 additions and 0 deletions

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