Executes script calls against host-registered native handlers — no network,
no MCP. Config is a map of "command" => handler, where handler is a
2-arity fun (args, run_ctx) returning {:ok, result} | {:error, reason},
or {module, function}.
Executes script calls against host-registered native handlers — no network,
no MCP. Config is a map of "command" => handler, where handler is a
2-arity fun (args, run_ctx) returning {:ok, result} | {:error, reason},
or {module, function}.