--- title: "ShellServerToolEnvironment" --- Server-side execution environment for the shell tool. Only container-backed environments are supported; "local" shells are not. ## Supported Types ### `components.ContainerAutoEnvironment` ```python value: components.ContainerAutoEnvironment = /* values here */ ``` ### `components.ContainerReferenceEnvironment` ```python value: components.ContainerReferenceEnvironment = /* values here */ ```