-
Notifications
You must be signed in to change notification settings - Fork 1
add MCP server badge #2
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
base: main
Are you sure you want to change the base?
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. |
WalkthroughA new HTML badge linking to the Limetest MCP server on glama.ai was added near the top of the README file, directly after the project description. The badge includes an image with defined dimensions and alt text. Additionally, the trailing newline at the end of the README was removed. 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 (2)
README.md (2)
5-7: Prefer Markdown image syntax & refine alt-textThe raw HTML works, but using native Markdown keeps the README simpler and renders consistently across tooling.
While at it, shorten the alt-text so screen-reader users don’t hear “server” twice.-<a href="https://glama.ai/mcp/servers/@m2rads/limetest"> - <img width="380" height="200" src="https://glama.ai/mcp/servers/@m2rads/limetest/badge" alt="Limetest Server MCP server" /> -</a> +[](https://glama.ai/mcp/servers/@m2rads/limetest)This keeps the same link/visual but is cleaner and more accessible.
(Optional) drop the explicit width/height so the badge scales naturally.
83-83: Restore trailing newlineREADME lost its final newline; many linters flag this and it can cause noisy diffs later.
-Limetest is based on [Microsoft's Playwright MCP](https://github.com/microsoft/playwright-mcp) and optimized for automated end-to-end testing as a standalone framework. This project is distributed under the Apache 2.0 License. +Limetest is based on [Microsoft's Playwright MCP](https://github.com/microsoft/playwright-mcp) and optimized for automated end-to-end testing as a standalone framework. This project is distributed under the Apache 2.0 License. +
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(2 hunks)
🔇 Additional comments (1)
README.md (1)
5-7: Double-check server slugThe URL contains
@m2rads/limetest. If the project is not published under the@m2radsorg on Glama, the badge will 404. Confirm the slug before merging.
This PR adds a badge for the Limetest 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