vimble-mcp
0
Vimble-MCP is a Model Context Protocol server designed to execute JavaScript code securely within a sandboxed environment, offering features such as time-limited execution and debug mode for verbose logging.
execute_javascript
Execute JavaScript code and support outputting content through `console.log`. The input parameters include `code` (code to be executed) and optional `context` (context injected into the execution environment). The response contains execution results and possible error messages