-
Notifications
You must be signed in to change notification settings - Fork 213
add MCP server badge #38
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 badge image linking to the AbletonMCP MCP server on glama.ai was added near the top of the README file. Additionally, one unnecessary blank line before the Troubleshooting section was removed. No changes were made to the functional content or instructions. 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 (
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
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 (3)
README.md (3)
6-9
: Use standard Markdown badge syntax & improve accessibilityEmbedding the badge with raw HTML works, but Markdown keeps the file style-consistent, renders properly on more viewers (e.g., PyPI), and avoids fixed width/height that can break on small screens.
Also switch to a concise, descriptive alt text.-<a href="https://glama.ai/mcp/servers/@ahujasid/ableton-mcp"> - <img width="380" height="200" src="https://glama.ai/mcp/servers/@ahujasid/ableton-mcp/badge" alt="AbletonMCP MCP server" /> -</a> +[](https://glama.ai/mcp/servers/@ahujasid/ableton-mcp)
10-12
: Heading hierarchy & wording nitLine 10 is an H3 while no H2 exists yet – markdown-lint flags this (MD001).
At the same time, “Give feedback” can be strengthened.-### Join the Community - -Give feedback, get inspired, and build on top of the MCP: [Discord](https://discord.gg/3ZrMyGKnaU). Made by [Siddharth](https://x.com/sidahuj) +## Join the Community + +Provide feedback, get inspired, and build on top of the MCP: [Discord](https://discord.gg/3ZrMyGKnaU). Made by [Siddharth](https://x.com/sidahuj)
180-180
: Minor grammar tweakMissing verb after conjunction.
-This is a third-party integration and not made by Ableton. +This is a third-party integration and is not made by Ableton.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md
(2 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md
[style] ~11-~11: Try using a synonym here to strengthen your writing.
Context: ...erver" /> ### Join the Community Give feedback, get inspired, and build on to...
(GIVE_PROVIDE)
🪛 markdownlint-cli2 (0.17.2)
README.md
10-10: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3
(MD001, heading-increment)
User description
This PR adds a badge for the AbletonMCP 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.
PR Type
Documentation
Description
Add Glama MCP server badge to README
Minor formatting cleanup and whitespace fixes
Diagram Walkthrough
File Walkthrough
README.md
Add Glama badge and formatting cleanup
README.md
Summary by CodeRabbit