From 13c084dc18f7368b770b5fca7b0627e75f026bbf Mon Sep 17 00:00:00 2001 From: Fahad Date: Tue, 10 Jun 2025 11:21:53 +0400 Subject: [PATCH] docs: add hash link to Working with Large Prompts section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add clickable link from 'Bypass MCP's token limits' bullet point - Links directly to the Working with Large Prompts section - Makes it easier for users to jump to detailed explanation This improves navigation and helps users quickly find information about the large prompt handling feature. 🤖 Generated with Claude Code Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a2275d..dd7b3e7 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Claude is brilliant, but sometimes you need: - **Deep code analysis** across massive codebases that exceed Claude's context limits ([`analyze`](#6-analyze---smart-file-analysis)) - **Dynamic collaboration** - Gemini can request additional context from Claude mid-analysis for more thorough insights - **Smart file handling** - Automatically expands directories, filters irrelevant files, and manages token limits when analyzing `"main.py, src/, tests/"` -- **Bypass MCP's token limits** - Work around MCP's 25K combined token limit by automatically handling large prompts as files, preserving the full capacity for responses +- **[Bypass MCP's token limits](#working-with-large-prompts)** - Work around MCP's 25K combined token limit by automatically handling large prompts as files, preserving the full capacity for responses This server makes Gemini your development sidekick, handling what Claude can't or extending what Claude starts.