From 986fb20f2ea1b0178f2db0ac04c68b950a85aa56 Mon Sep 17 00:00:00 2001 From: Fahad Date: Mon, 9 Jun 2025 06:49:57 +0400 Subject: [PATCH] docs: add hash links to tools in 'Why This Server' section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7fbcb10..5fb8f04 100644 --- a/README.md +++ b/README.md @@ -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.