-
Notifications
You must be signed in to change notification settings - Fork 1
add MCP server badge #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
are you on the MCP Discord? Let me know your Discord username and I will give you a special flair that's only for MCP server authors. |
WalkthroughAn HTML anchor with an embedded image badge was added to the README.md file, linking to the MCP server page on glama.ai. The badge is placed after the introductory description and sized at 380x200 pixels. No other content or code changes were made. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
9-11
: Consider switching to a pure-Markdown badge for consistency & responsivenessAll other badges rely on Markdown and allow the hosting service to pick an appropriate intrinsic size. Hard-coding
width="380" height="200"
creates a fixed-size element that can look oversized on mobile or high-DPI displays.
A one-line Markdown alternative keeps the style uniform and avoids manual dimensions:-<a href="https://glama.ai/mcp/servers/@geocoding-ai/mcp"> - <img width="380" height="200" src="https://glama.ai/mcp/servers/@geocoding-ai/mcp/badge" alt="Geocoding Server MCP server" /> -</a> +[](https://glama.ai/mcp/servers/%40geocoding-ai/mcp)Benefits
• Uniform badge syntax across the README
• Automatic retina-friendly sizing
• URL-encodes the@
symbol (%40
) for parity with the other badgesOptional, but improves readability and maintainability.
This PR adds a badge for the Geocoding MCP Server server listing in Glama MCP server directory.
Glama performs regular codebase and documentation checks to:
This badge helps your users to quickly assess that the MCP server is safe, server capabilities, and instructions for installing the server.
Summary by CodeRabbit