-
Notifications
You must be signed in to change notification settings - Fork 2
add MCP server badge #1
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 visual badge linking to the Infisical MCP server page on glama.ai was added to the README.md file, directly after the introduction. This badge is implemented as an HTML anchor containing an image and serves as a clickable link to the relevant external page. No other content or functionality in the README or codebase was altered. Changes
Poem
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
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:
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)
5-7
: Use Markdown syntax for the badge and enhance alt textRaw HTML can be replaced with a concise Markdown image link, improving readability and maintainability. Also, update the alt text to clearly describe the badge for accessibility:
-<a href="https://glama.ai/mcp/servers/@Infisical/infisical-mcp-server"> - <img width="380" height="200" - src="https://glama.ai/mcp/servers/@Infisical/infisical-mcp-server/badge" - alt="Infisical Server MCP server" /> -</a> +[](https://glama.ai/mcp/servers/@Infisical/infisical-mcp-server)This also removes the fixed
width
/height
attributes (which are optional). Please verify that the badge URL responds correctly:curl -I https://glama.ai/mcp/servers/@Infisical/infisical-mcp-server/badge
This PR adds a badge for the Infisical 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