From d6491c7e51bdc32842febf52c00f89a4fda6a44f Mon Sep 17 00:00:00 2001 From: elkaix Date: Fri, 14 Aug 2026 02:19:24 -0400 Subject: [PATCH] fix: readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 35bbc21..e42e720 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,13 @@ Configuration

+# ⚡ Install + +```bash +claude mcp add-json -s user claude-agy-mcp \ + '{"type":"stdio","command":"npx","args":["-y","@pymodel/claude-agy-mcp"],"timeout":3600000}' +``` + **Claude Code delegates heavy tasks to Google's flagship Gemini 3.7 Flash (High)** via the Antigravity CLI (`agy`) — saving Claude's context window and tokens for what matters. Claude acts as the orchestrator → `claude-agy-mcp` routes compute-heavy sub-tasks to **Gemini 3.7 Flash (High)** → only concise answers return. Large files, deep git searches, and log dumps never pollute Claude's context. @@ -259,3 +266,6 @@ Read [CONTRIBUTING.md](CONTRIBUTING.md) — conventional commits, prettier, and ## License MIT + + +