Files
RustAst/.gemini/settings.json
T
Michael Schimmel ba36e2157e Configure Gemini for repomix MCP server
Add configuration for the repomix MCP server to the Gemini settings.json
file. This will allow Gemini to use repomix for code analysis and
understanding.
2026-03-13 14:21:39 +01:00

18 lines
283 B
JSON

{
"context": {
"fileFiltering": {
"respectGitIgnore": false
}
},
"mcpServers": {
"repomix": {
"command": "repomix",
"args": [
"--ignore",
".*/**,.*,docs,examples,tests,repomix*,gemini*,**.snap",
"--mcp"
]
}
}
}