add MCP server badge - #2
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 clickable badge image was added near the top of the README file, positioned after the introductory description. This badge links to the MCP server page on glama.ai, is sized at 380x200 pixels, and visually identifies the Starknet MCP server. No other content was modified in the README except for the removal of a trailing newline in the license section. 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.
Actionable comments posted: 0
🧹 Nitpick comments (2)
README.md (2)
10-12: Align badge markup style, alt text, and verify URL
The new badge is inserted via raw HTML while existing badges use Markdown syntax. For consistency and readability, consider using Markdown link syntax:- <a href="https://glama.ai/mcp/servers/@mcpdotdirect/starknet-mcp-server"> - <img width="380" height="200" src="https://glama.ai/mcp/servers/@mcpdotdirect/starknet-mcp-server/badge" alt="Starknet Server MCP server" /> - </a> + [](https://glama.ai/mcp/servers/@mcpdotdirect/starknet-mcp-server)Also verify that the badge URL resolves correctly, and adjust the
alttext to"Starknet MCP Server"for clarity. You may add atitleattribute for improved accessibility if desired.
550-550: Ensure newline at end-of-file
The trailing newline appears to have been removed after the license section. It's best practice to end text files with a single newline for POSIX compatibility and to satisfy linters.
This PR adds a badge for the Starknet 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