docs: add hash links to tools in 'Why This Server' section

- Convert tool names to clickable links that jump to relevant sections
- Makes it easier for users to navigate directly to tool documentation
- Improves README navigation and user experience

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Fahad
2025-06-09 06:49:57 +04:00
parent 82f6d29036
commit 986fb20f2e

View File

@@ -5,12 +5,12 @@ The ultimate development partner for Claude - a Model Context Protocol server th
## Why This Server?
Claude is brilliant, but sometimes you need:
- **A second opinion** on complex architectural decisions - augment Claude's extended thinking with Gemini's perspective (`think_deeper`)
- **Massive context window** (1M tokens) - Gemini 2.5 Pro can analyze entire codebases, read hundreds of files at once, and provide comprehensive insights (`analyze`)
- **Deep code analysis** across massive codebases that exceed Claude's context limits (`analyze`)
- **Expert debugging** for tricky issues with full system context (`debug_issue`)
- **Professional code reviews** with actionable feedback across entire repositories (`review_code`)
- **A senior developer partner** to validate and extend ideas (`chat`)
- **A second opinion** on complex architectural decisions - augment Claude's extended thinking with Gemini's perspective ([`think_deeper`](#1-think_deeper---extended-reasoning-partner))
- **Massive context window** (1M tokens) - Gemini 2.5 Pro can analyze entire codebases, read hundreds of files at once, and provide comprehensive insights ([`analyze`](#4-analyze---smart-file-analysis))
- **Deep code analysis** across massive codebases that exceed Claude's context limits ([`analyze`](#4-analyze---smart-file-analysis))
- **Expert debugging** for tricky issues with full system context ([`debug_issue`](#3-debug_issue---expert-debugging-assistant))
- **Professional code reviews** with actionable feedback across entire repositories ([`review_code`](#2-review_code---professional-code-review))
- **A senior developer partner** to validate and extend ideas ([`chat`](#5-chat---general-development-chat--collaborative-thinking))
This server makes Gemini your development sidekick, handling what Claude can't or extending what Claude starts.