Updated readme

This commit is contained in:
Fahad
2025-06-11 20:38:43 +04:00
parent a0ce882934
commit 3f299d9f84

View File

@@ -10,7 +10,9 @@
The ultimate development partner for Claude - a Model Context Protocol server that gives Claude access to Google's Gemini models (2.5 Pro for extended thinking, 2.0 Flash for speed) for code analysis, problem-solving, and collaborative development. **Automatically reads files and directories, passing their contents to Gemini for analysis within its 1M token context.**
**Features true AI orchestration with conversations that continue across tasks** - Give Claude a complex task and ask it to collaborate with Gemini. Claude will talk to Gemini, work on implementation, then automatically resume the conversation with Gemini while maintaining the full thread.
**Features true AI orchestration with conversations that continue across tasks** - Give Claude a complex task and ask it to collaborate with Gemini.
Claude stays in control, performs the actual work, but gets a second perspective from Gemini. Claude will talk to Gemini, work on implementation, then automatically resume the
conversation with Gemini while maintaining the full thread.
Claude can switch between different Gemini tools (analyze → codereview → debug) and the conversation context carries forward seamlessly.
For example, in the video above, Claude was asked to debate SwiftUI vs UIKit with Gemini, resulting in a back-and-forth discussion rather than a simple one-shot query and response.