- MCP server implementation for Google Gemini models - Support for multiple Gemini models including 1.5 Pro and 2.5 Pro preview - Chat tool with configurable parameters (temperature, max_tokens, model) - List models tool to view available Gemini models - System prompt support - Comprehensive error handling for blocked responses - Test suite included - Documentation and examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
277 B
JSON
11 lines
277 B
JSON
{
|
|
"mcpServers": {
|
|
"gemini": {
|
|
"command": "/Users/fahad/Developer/gemini-mcp-server/venv/bin/python",
|
|
"args": ["/Users/fahad/Developer/gemini-mcp-server/gemini_server.py"],
|
|
"env": {
|
|
"GEMINI_API_KEY": "your-gemini-api-key-here"
|
|
}
|
|
}
|
|
}
|
|
} |