Skip to content

Commit 1f885dd

Browse files
feat(cli): add better-auth and nuxt ui mcp in ruler addon
1 parent cdf1876 commit 1f885dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/cli/templates/addons/ruler/.ruler/ruler.toml.hbs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ command = "npx"
5858
args = ["-y", "mongodb-mcp-server", "--connectionString", "mongodb://localhost:27017/myDatabase", "--readOnly"]
5959
{{/if}}
6060

61+
{{#if (eq auth "better-auth")}}
62+
[mcp_servers.better-auth]
63+
url = "https://mcp.chonkie.ai/better-auth/better-auth-builder/mcp"
64+
{{/if}}
65+
66+
{{#if (includes frontend "nuxt")}}
67+
[mcp_servers.expo]
68+
url = "https://ui.nuxt.com/mcp"
69+
{{/if}}
70+
6171
# --- Global .gitignore Configuration ---
6272
[gitignore]
6373
# Enable/disable automatic .gitignore updates (default: true)

0 commit comments

Comments
 (0)