Change the database connection information as needed. docker run -d --name mcp-mysql \ -e MYSQL_HOST=localhost \ -e MYSQL_PORT=3306 \ -e MYSQL_USER=root \ -e MYSQL_PASSWORD=mcpTest1234!!! \ -e ...
Code is executed using Pyodide in Deno and is therefore isolated from the rest of the operating system. Under the hood, code_sandbox runs an MCP server using stdio. You can run multiple code blocks ...