From 55598ea767311f9dd22388b208a78082268d33d3 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Fri, 7 Nov 2025 22:30:45 -0600 Subject: [PATCH] add MCP server badge --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba4a68c..b0f7751 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Welcome to the Node Code Sandbox MCP! This repository provides a secure Node.js execution environment tailored for AI applications. It allows coding agents and large language models (LLMs) to run JavaScript dynamically, install NPM packages, and retrieve results. This functionality facilitates code generation, testing, and interactive assistance, all while adhering to the Model Control Protocol (MCP). + + Node Code Sandbox MCP server + + ## Table of Contents - [Features](#features) @@ -64,7 +68,7 @@ Now, your Node Code Sandbox MCP is up and running! ## Usage 📖 -Once the server is running, you can start executing JavaScript code. Here’s a simple example: +Once the server is running, you can start executing JavaScript code. Here's a simple example: 1. Open your browser and navigate to `http://localhost:3000`. 2. You will see an interface where you can input JavaScript code.