Documentation
¶
Index ¶
- func BuildImage(ctx context.Context, sandboxConfig *config.SandboxConfig, basePath string) error
- func NewSandboxTool(sandboxConfig *config.SandboxConfig) mcp.Tool
- func NewSandboxToolHandler(sandboxConfig *config.SandboxConfig) func(context.Context, mcp.CallToolRequest) (*mcp.CallToolResult, error)
- func PullSandboxes(destPath string, force bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildImage ¶
BuildImage builds the Docker image of a sandbox
func NewSandboxTool ¶
func NewSandboxTool(sandboxConfig *config.SandboxConfig) mcp.Tool
NewSandboxTool creates a sandbox tool from a config
func NewSandboxToolHandler ¶
func NewSandboxToolHandler(sandboxConfig *config.SandboxConfig) func(context.Context, mcp.CallToolRequest) (*mcp.CallToolResult, error)
NewSandboxToolHandler creates a handler function for a sandbox tool
func PullSandboxes ¶
PullSandboxes downloads and extracts sandboxes from GitHub releases
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.