Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
<a href="#configuration"><b>Configuration</b></a>
</p>

# ⚡ Install

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Duplicate install anchor

Both installation headings normalize to #install. GitHub assigns install to this abbreviated heading and install-1 to the detailed section at line 148, so existing #install links land here instead of the complete setup instructions. Rename this heading (for example, # ⚡ Quick Install) so #install continues to target the detailed installation section.

Artifacts

Focused README Install-anchor validation script

  • Dependency-free Node script executed against README.md to normalize headings and resolve duplicate GitHub-style anchors; it demonstrates the detailed section receives install-1.

Heading normalization output before duplicate anchor disambiguation

  • Captured execution of the normalization phase showing both line 28 and line 148 normalize to #install, confirming the collision.

Rendered anchor resolution output after duplicate disambiguation

  • Captured execution of the resolution phase showing line 28 receives install and both #install links target it, confirming the detailed section is skipped.

View artifacts

T-Rex Ran code and verified through T-Rex


```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.
Expand Down Expand Up @@ -259,3 +266,6 @@ Read [CONTRIBUTING.md](CONTRIBUTING.md) — conventional commits, prettier, and
## License

MIT

<!-- hidden visitor counter -->
<img src="https://komarev.com/ghpvc/?username=pymodel-claude-agy-mcp&label=&color=blueviolet&style=flat" alt="" width="1" height="1">