fix(install): give Aider CLI-form instructions instead of MCP tool calls#1056
Merged
Conversation
DeusData
enabled auto-merge
July 12, 2026 17:18
Aider has no MCP support - it reads CONVENTIONS.md but can only run shell commands. The installer wrote the shared MCP-tool-centric instructions there, telling the model to call search_graph(...) etc., tools Aider cannot invoke; a reporter reasonably asked how that was ever supposed to work (#1032). Aider now gets a dedicated variant: the same discovery priority expressed as runnable codebase-memory-mcp cli commands (usable via /run), including first-index and list_projects bootstrapping, with the no-MCP constraint stated explicitly. Closes #1032 Signed-off-by: Martin Vogel <martin.vogel.tech@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1032
The reporter's question exposed a real integration bug: Aider has no MCP support — it reads
CONVENTIONS.mdbut can only run shell commands — yet the installer wrote the shared MCP-tool-centric instructions there, telling the model to callsearch_graph(...)and friends, tools Aider can never invoke.Aider now gets a dedicated instructions variant: the same discovery priority order, expressed as runnable
codebase-memory-mcp clicommands (usable via Aider's/run), includingindex_repositorybootstrap andlist_projectsfor the project name, with the no-MCP constraint stated explicitly so the model doesn't hallucinate tool access. Guard test asserts the Aider content is CLI-form (and contains no bare MCP-call syntax).I'll answer the reporter's question on the issue with the working CLI workflow once this lands.
Full local suite 6005 passed, 1 skipped; lint-ci clean.