mcp-use TypeScript API
    Preparing search index...

    Interface VMExecutorOptions

    Configuration options for the VM-based code executor.

    interface VMExecutorOptions {
        memoryLimitMb?: number;
        timeoutMs?: number;
    }
    Index
    memoryLimitMb?: number

    Memory limit in megabytes. Default: undefined (no limit)

    timeoutMs?: number

    Maximum execution time in milliseconds. Default: 30000 (30 seconds)