@@ -13,7 +13,7 @@ Claude is brilliant, but sometimes you need:
13
13
14
14
This server makes Gemini your development sidekick, handling what Claude can't or extending what Claude starts.
15
15
16
- ## 🚀 Quickstart (5 minutes)
16
+ ## Quickstart (5 minutes)
17
17
18
18
### 1. Get a Gemini API Key
19
19
Visit [ Google AI Studio] ( https://makersuite.google.com/app/apikey ) and generate a free API key.
@@ -49,7 +49,7 @@ Just ask Claude naturally:
49
49
- "Debug why this test is failing"
50
50
- "Analyze these files to understand the data flow"
51
51
52
- ## 🧠 Available Tools
52
+ ## Available Tools
53
53
54
54
### ` think_deeper ` - Extended Reasoning Partner
55
55
** When Claude needs to go deeper on complex problems**
@@ -211,7 +211,7 @@ Just ask Claude naturally:
211
211
"Show server configuration"
212
212
```
213
213
214
- ## 📚 Real-World Examples
214
+ ## Real-World Examples
215
215
216
216
### Example 1: Comprehensive Security Review
217
217
```
@@ -262,7 +262,7 @@ RECOMMENDATIONS:
262
262
3. Move validation to service layer
263
263
```
264
264
265
- ## 💡 Power User Workflows
265
+ ## Power User Workflows
266
266
267
267
### 1. ** Claude + Gemini Deep Thinking**
268
268
```
@@ -297,7 +297,7 @@ You: "Think deeper about scalability and failure modes"
297
297
Gemini: [analyzes bottlenecks, suggests circuit breakers, identifies edge cases]
298
298
```
299
299
300
- ## 🎯 Pro Tips
300
+ ## Pro Tips
301
301
302
302
### Natural Language Triggers
303
303
The server recognizes natural phrases. Just talk normally:
@@ -321,28 +321,7 @@ Tools can reference files for additional context:
321
321
"Think deeper about my design, reference the current architecture.md"
322
322
```
323
323
324
- ## 🏗️ Architecture
325
-
326
- ```
327
- gemini-mcp-server/
328
- ├── server.py # Main server
329
- ├── config.py # Configuration
330
- ├── tools/ # Tool implementations
331
- │ ├── think_deeper.py
332
- │ ├── review_code.py
333
- │ ├── debug_issue.py
334
- │ └── analyze.py
335
- ├── prompts/ # System prompts
336
- └── utils/ # Utilities
337
- ```
338
-
339
- ** Extensible Design:**
340
- - Each tool is a self-contained module
341
- - Easy to add new tools
342
- - Consistent interface
343
- - Type-safe with Pydantic
344
-
345
- ## 🔧 Installation
324
+ ## Installation
346
325
347
326
1 . Clone the repository:
348
327
``` bash
@@ -366,7 +345,7 @@ gemini-mcp-server/
366
345
export GEMINI_API_KEY=" your-api-key-here"
367
346
```
368
347
369
- ## 🤝 Contributing
348
+ ## Contributing
370
349
371
350
We welcome contributions! The modular architecture makes it easy to add new tools:
372
351
@@ -377,10 +356,10 @@ We welcome contributions! The modular architecture makes it easy to add new tool
377
356
378
357
See existing tools for examples.
379
358
380
- ## 📝 License
359
+ ## License
381
360
382
361
MIT License - see LICENSE file for details.
383
362
384
- ## 🙏 Acknowledgments
363
+ ## Acknowledgments
385
364
386
365
Built with [ MCP] ( https://modelcontextprotocol.com ) by Anthropic and powered by Google's Gemini API.
0 commit comments