Skip to content

Commit 15cd4d7

Browse files
committed
docs: clean up README formatting
- Remove all emojis from section headings for cleaner appearance - Remove Architecture section as requested - Keep review category emojis (🔴🟠🟡🟢) in examples as they add value
1 parent c03af16 commit 15cd4d7

File tree

1 file changed

+9
-30
lines changed

1 file changed

+9
-30
lines changed

README.md

Lines changed: 9 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Claude is brilliant, but sometimes you need:
1313

1414
This server makes Gemini your development sidekick, handling what Claude can't or extending what Claude starts.
1515

16-
## 🚀 Quickstart (5 minutes)
16+
## Quickstart (5 minutes)
1717

1818
### 1. Get a Gemini API Key
1919
Visit [Google AI Studio](https://makersuite.google.com/app/apikey) and generate a free API key.
@@ -49,7 +49,7 @@ Just ask Claude naturally:
4949
- "Debug why this test is failing"
5050
- "Analyze these files to understand the data flow"
5151

52-
## 🧠 Available Tools
52+
## Available Tools
5353

5454
### `think_deeper` - Extended Reasoning Partner
5555
**When Claude needs to go deeper on complex problems**
@@ -211,7 +211,7 @@ Just ask Claude naturally:
211211
"Show server configuration"
212212
```
213213

214-
## 📚 Real-World Examples
214+
## Real-World Examples
215215

216216
### Example 1: Comprehensive Security Review
217217
```
@@ -262,7 +262,7 @@ RECOMMENDATIONS:
262262
3. Move validation to service layer
263263
```
264264

265-
## 💡 Power User Workflows
265+
## Power User Workflows
266266

267267
### 1. **Claude + Gemini Deep Thinking**
268268
```
@@ -297,7 +297,7 @@ You: "Think deeper about scalability and failure modes"
297297
Gemini: [analyzes bottlenecks, suggests circuit breakers, identifies edge cases]
298298
```
299299

300-
## 🎯 Pro Tips
300+
## Pro Tips
301301

302302
### Natural Language Triggers
303303
The server recognizes natural phrases. Just talk normally:
@@ -321,28 +321,7 @@ Tools can reference files for additional context:
321321
"Think deeper about my design, reference the current architecture.md"
322322
```
323323

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
346325

347326
1. Clone the repository:
348327
```bash
@@ -366,7 +345,7 @@ gemini-mcp-server/
366345
export GEMINI_API_KEY="your-api-key-here"
367346
```
368347

369-
## 🤝 Contributing
348+
## Contributing
370349

371350
We welcome contributions! The modular architecture makes it easy to add new tools:
372351

@@ -377,10 +356,10 @@ We welcome contributions! The modular architecture makes it easy to add new tool
377356

378357
See existing tools for examples.
379358

380-
## 📝 License
359+
## License
381360

382361
MIT License - see LICENSE file for details.
383362

384-
## 🙏 Acknowledgments
363+
## Acknowledgments
385364

386365
Built with [MCP](https://modelcontextprotocol.com) by Anthropic and powered by Google's Gemini API.

0 commit comments

Comments
 (0)