We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c808586 commit b89cb46Copy full SHA for b89cb46
1 file changed
.ruler/ruler.toml
@@ -44,6 +44,11 @@ enabled = true
44
output_path_instructions = "ruler_aider_instructions.md"
45
output_path_config = ".aider.conf.yml"
46
47
+# Aider's MCP config lives in the same YAML file as its instructions, which
48
+# Ruler writes then tries to re-parse as JSON, failing the apply. Disable it.
49
+[agents.aider.mcp]
50
+enabled = false
51
+
52
[agents.firebase]
53
enabled = true
54
output_path = ".idx/airules.md"
@@ -85,8 +90,8 @@ output_path = ".goosehints"
85
90
[agents.jules]
86
91
87
92
88
-# --- Global Configuration ---
89
-[global]
93
+# --- MCP Configuration ---
94
+[mcp]
95
# MCP merge strategy: 'merge' or 'overwrite' (default: 'merge')
96
merge_strategy = "merge"
97
0 commit comments