From 5d4d99d7bb4217f0774da82b33c45c03c843ce7b Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:38:31 -0400 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cdd98d5a..881706d3 100644 --- a/README.md +++ b/README.md @@ -244,8 +244,6 @@ Code execution servers. Allow LLMs to execute code in a secure environment, e.g. - [r33drichards/mcp-js](https://github.com/r33drichards/mcp-js) 🦀 🏠 🐧 🍎 - A Javascript code execution sandbox that uses v8 to isolate code to run AI generated javascript locally without fear. Supports heap snapshotting for persistent sessions. - [yepcode/mcp-server-js](https://github.com/yepcode/mcp-server-js) 🎖️ 📇 ☁️ - Execute any LLM-generated code in a secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages - - ### 🤖 Coding Agents Full coding agents that enable LLMs to read, edit, and execute code and solve general programming tasks completely autonomously.