ba36e2157e
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.
18 lines
283 B
JSON
18 lines
283 B
JSON
{
|
|
"context": {
|
|
"fileFiltering": {
|
|
"respectGitIgnore": false
|
|
}
|
|
},
|
|
"mcpServers": {
|
|
"repomix": {
|
|
"command": "repomix",
|
|
"args": [
|
|
"--ignore",
|
|
".*/**,.*,docs,examples,tests,repomix*,gemini*,**.snap",
|
|
"--mcp"
|
|
]
|
|
}
|
|
}
|
|
}
|