From bdd33edcea493d0b347ed35d99b816b2a266caae Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:20:55 -0600 Subject: [PATCH] add MCP server badge --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c4acf4..b5e9484 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Node.js server implementing the Model Context Protocol (MCP) for running arbitra ![Website Preview](https://raw.githubusercontent.com/alfonsograziano/node-code-sandbox-mcp/master/assets/images/website_homepage.png) + + Node.js Sandbox Server MCP server + + 👉 [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. \ No newline at end of file