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.
This commit is contained in:
+11
-1
@@ -3,5 +3,15 @@
|
||||
"fileFiltering": {
|
||||
"respectGitIgnore": false
|
||||
}
|
||||
},
|
||||
"mcpServers": {
|
||||
"repomix": {
|
||||
"command": "repomix",
|
||||
"args": [
|
||||
"--ignore",
|
||||
".*/**,.*,docs,examples,tests,repomix*,gemini*,**.snap",
|
||||
"--mcp"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user