-
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
|
Realized that GitHub does not recognize the project license Would you mind adding one? |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR embeds a clickable Glama MCP server badge in the README to showcase server health and capabilities, and standardizes apostrophe styling for consistency. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Summary by CodeRabbit
WalkthroughDocumentation-only update to README.md adding an MCP server badge and standardizing apostrophe formatting across bullet points. No functional or logic changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
Summary of ChangesHello @punkpeye, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request primarily enhances the project's documentation by integrating a Glama MCP server badge into the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
I will follow up with a separate PR to show how to connect to the MCP server. |
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.
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.
Code Review
This pull request adds a Glama MCP server badge to the README.md file and fixes a minor typo. My review includes two suggestions for the README.md: one to improve the accessibility of the new badge by making its alt text more descriptive, and another to adhere to the common convention of ending files with a newline character.
|  | ||
|
|
||
| <a href="https://glama.ai/mcp/servers/@ssdeanx/node-code-sandbox-mcp"> | ||
| <img width="380" height="200" src="https://glama.ai/mcp/servers/@ssdeanx/node-code-sandbox-mcp/badge" alt="Node.js Sandbox Server MCP server" /> |
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.
For improved accessibility, the alt text for the badge image should be more descriptive. The current text, "Node.js Sandbox Server MCP server", is slightly repetitive. I suggest changing it to more clearly state the purpose of the badge.
| <img width="380" height="200" src="https://glama.ai/mcp/servers/@ssdeanx/node-code-sandbox-mcp/badge" alt="Node.js Sandbox Server MCP server" /> | |
| <img width="380" height="200" src="https://glama.ai/mcp/servers/@ssdeanx/node-code-sandbox-mcp/badge" alt="Status badge for Node.js Sandbox MCP server" /> |
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, | ||
| DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE | ||
| OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
| OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
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.
This change removes the final newline character from the file. It is a widely-followed convention to end text files with a single newline character. This practice avoids unexpected behavior with common command-line tools (like cat) and helps version control systems represent file changes more clearly. Please re-add the newline at the end of the 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: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (1)
README.md(3 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
README.md
297-297: Files should end with a single newline character
(MD047, single-trailing-newline)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Sourcery review
🔇 Additional comments (1)
README.md (1)
269-269: Apostrophe standardization is appropriate.Using ASCII apostrophes instead of typographic ones ("don't" → "don't") improves consistency and compatibility across markdown renderers and plain-text contexts. Good catch.
| <a href="https://glama.ai/mcp/servers/@ssdeanx/node-code-sandbox-mcp"> | ||
| <img width="380" height="200" src="https://glama.ai/mcp/servers/@ssdeanx/node-code-sandbox-mcp/badge" alt="Node.js Sandbox Server MCP server" /> | ||
| </a> |
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.
🧹 Nitpick | 🔵 Trivial
Minor: Remove redundant "server" in badge alt text.
The alt text "Node.js Sandbox Server MCP server" repeats "server" twice, which is redundant. Simplify to avoid confusion for screen readers.
- <img width="380" height="200" src="https://glama.ai/mcp/servers/@ssdeanx/node-code-sandbox-mcp/badge" alt="Node.js Sandbox Server MCP server" />
+ <img width="380" height="200" src="https://glama.ai/mcp/servers/@ssdeanx/node-code-sandbox-mcp/badge" alt="Node.js Sandbox MCP server badge" />📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <a href="https://glama.ai/mcp/servers/@ssdeanx/node-code-sandbox-mcp"> | |
| <img width="380" height="200" src="https://glama.ai/mcp/servers/@ssdeanx/node-code-sandbox-mcp/badge" alt="Node.js Sandbox Server MCP server" /> | |
| </a> | |
| <a href="https://glama.ai/mcp/servers/@ssdeanx/node-code-sandbox-mcp"> | |
| <img width="380" height="200" src="https://glama.ai/mcp/servers/@ssdeanx/node-code-sandbox-mcp/badge" alt="Node.js Sandbox MCP server badge" /> | |
| </a> |
🤖 Prompt for AI Agents
In README.md around lines 7 to 9, the image badge alt text reads "Node.js
Sandbox Server MCP server" which redundantly repeats "server"; update the img
alt attribute to a concise, non-redundant phrase such as "Node.js Sandbox MCP"
(or "Node.js Sandbox Server MCP" if you want to keep the single word "Server")
to remove the duplicate word and maintain clear, accessible alt text for screen
readers.
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, | ||
| DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE | ||
| OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
| OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
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.
🧹 Nitpick | 🔵 Trivial
Add trailing newline to file.
The file should end with a single newline character per markdown best practices (MD047).
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
297-297: Files should end with a single newline character
(MD047, single-trailing-newline)
🤖 Prompt for AI Agents
In README.md around line 297, the file is missing a trailing newline; add a
single newline character at the end of the file so it ends with exactly one
newline (per MD047) and ensure no extra blank lines are appended.
This PR adds a badge for the Node.js Sandbox 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 Sourcery
Add a Glama MCP server badge to the README and fix a typo in the documentation.
Documentation: