Skip to main content

Module mcp_tools

Module mcp_tools 

Source
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ยง

SandboxCodeExecTool
Execute code in a sandboxed environment.
SandboxFileReadTool
Read a file from a sandbox workspace.
SandboxFileWriteTool
Write a file to a sandbox workspace.
SandboxShellExecTool
Execute a shell command in a sandboxed environment.