execute_js
Run JavaScript code in a secure, isolated environment with customizable memory and timeout limits for safe execution within the MCP server system.
Instructions
Execute JavaScript code in an isolated environment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | JavaScript code to execute | |
memory | No | Memory limit in bytes | |
timeout | No | Maximum execution time in milliseconds |