Initial commit: Gemini MCP Server

- 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>
This commit is contained in:
Fahad
2025-06-08 19:39:06 +04:00
commit 18c5ec913d
6 changed files with 519 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
mcp>=1.0.0
google-generativeai>=0.8.0
python-dotenv>=1.0.0