-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -4,6 +4,10 @@ Node.js server implementing the Model Context Protocol (MCP) for running arbitra | |||||||||||||
|
|
||||||||||||||
|  | ||||||||||||||
|
|
||||||||||||||
| <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> | ||||||||||||||
|
Comment on lines
+7
to
+9
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||
|
|
||||||||||||||
| 👉 [Look at the official website](https://jsdevai.com/) | ||||||||||||||
|
|
||||||||||||||
| ## Features | ||||||||||||||
|
|
@@ -262,7 +266,7 @@ Terminate and remove the sandbox container. | |||||||||||||
| - Incrementally install and reuse dependencies. | ||||||||||||||
| - **One-shot execution** with `run_js_ephemeral` is perfect for: | ||||||||||||||
| - Quick experiments or simple scripts. | ||||||||||||||
| - Cases where you don’t need to maintain state or cache dependencies. | ||||||||||||||
| - Cases where you don't need to maintain state or cache dependencies. | ||||||||||||||
| - Clean, atomic runs without worrying about manual teardown. | ||||||||||||||
| - **Detached mode** is useful when you want to: | ||||||||||||||
| - Spin up servers or long-lived services on-the-fly | ||||||||||||||
|
|
@@ -290,4 +294,4 @@ The above copyright notice and this permission notice shall be included in all c | |||||||||||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||||||||||||||
| 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 commentThe 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 There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Suggested change
🧰 Tools🪛 markdownlint-cli2 (0.18.1)297-297: Files should end with a single newline character (MD047, single-trailing-newline) 🤖 Prompt for AI Agents |
||||||||||||||
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
alttext 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.