Add AgentRank score badge to README#945
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds an AgentRank score badge to the README Quick Start section, linking to the project’s AgentRank tool page and displaying a dynamically updating score image. Sequence diagram for loading the AgentRank score badge in READMEsequenceDiagram
actor Developer
participant Browser
participant GitHub
participant AgentRank
Developer->>GitHub: Open repository README
GitHub-->>Browser: Serve README HTML with AgentRank badge image URL
Browser->>AgentRank: HTTP GET /api/badge/tool/CoplayDev--unity-mcp
AgentRank-->>Browser: Badge image with current score
Browser-->>Developer: Render README with AgentRank score badge
Developer->>Browser: Click badge link
Browser->>AgentRank: Open https://agentrank-ai.com/tool/CoplayDev--unity-mcp
AgentRank-->>Browser: Render tool page with detailed metrics
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded a single AgentRank Score badge link to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
README.md (1)
42-42: Consider consolidating badges for consistency.The existing badges (lines 8-14) are grouped together near the top of the README, while this new badge is placed separately under the Quick Start section. For better organization and consistency, consider moving this badge to join the existing badge group at the top.
📍 Suggested placement with other badges
Move the badge to line 14 (after the MIT License badge) to group it with other project metadata badges:
[](https://www.python.org) [](https://modelcontextprotocol.io/introduction) [](https://opensource.org/licenses/MIT) +[](https://agentrank-ai.com/tool/CoplayDev--unity-mcp)And remove it from the Quick Start section:
## Quick Start -[](https://agentrank-ai.com/tool/CoplayDev--unity-mcp) - ### Prerequisites🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` at line 42, Move the standalone AgentRank badge markup "[](https://agentrank-ai.com/tool/CoplayDev--unity-mcp)" from the Quick Start section and insert it into the existing top-of-README badge block alongside the other badges (place it immediately after the MIT License badge), then remove the original occurrence in Quick Start so the badge appears only once and badges are consolidated.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@README.md`:
- Line 42: Move the standalone AgentRank badge markup "[](https://agentrank-ai.com/tool/CoplayDev--unity-mcp)"
from the Quick Start section and insert it into the existing top-of-README badge
block alongside the other badges (place it immediately after the MIT License
badge), then remove the original occurrence in Quick Start so the badge appears
only once and badges are consolidated.
unity-mcp ranks in the top 20 on AgentRank (score 68.04/100). Co-Authored-By: Paperclip <noreply@paperclip.ing>
28e0668 to
7616a7e
Compare
Hi! I'm adding an AgentRank score badge to your README.
AgentRank is an open index of 25,000+ MCP servers and agent tools, scored daily by real signals (stars, freshness, issue health, contributors, dependents). Your repo is currently ranked #1 in the index.
The badge links back to your tool page on AgentRank where maintainers can see their full score breakdown. It also updates automatically as your score changes.
Feel free to close if you'd prefer not to have it — no pressure!
Summary by Sourcery
Documentation:
Summary by CodeRabbit