Expand description
MCP tool definitions for sandbox code execution.
Exposes sandbox execution capabilities as NativeTool implementations
that agents can invoke for running code in isolated environments.
Structsยง
- Sandbox
Code Exec Tool - Execute code in a sandboxed environment.
- Sandbox
File Read Tool - Read a file from a sandbox workspace.
- Sandbox
File Write Tool - Write a file to a sandbox workspace.
- Sandbox
Shell Exec Tool - Execute a shell command in a sandboxed environment.