Executes Python code in a secure, sandboxed environment using an MCP server.
This tool provides an MCP server designed for the secure execution of Python code. It leverages Pyodide running within a Deno environment, ensuring that code is executed in an isolated, sandboxed WebAssembly environment, completely separate from the host operating system. This robust setup makes it ideal for safely running untrusted or potentially risky Python scripts, while offering features like automatic dependency management, comprehensive output capture (stdout, stderr, return values), asynchronous code support, and detailed error reporting.