Versions in this module Expand all Collapse all v0 v0.21.0 Apr 16, 2026 Changes in this version + const DefaultStepLimit + const ExecuteToolScriptName + func GenerateToolDescription(tools []Tool) string + type Config struct + ParallelMax int + StepLimit uint64 + type Executor interface + Execute func(ctx context.Context, script string, data map[string]interface{}) (*mcp.CallToolResult, error) + ToolDescription func() string + func New(tools []Tool, cfg *Config) Executor + type Tool struct + Call func(ctx context.Context, arguments map[string]interface{}) (*mcp.CallToolResult, error) + Description string + Name string