LICENSE
README.md
pyproject.toml
src/sandbox_env_mcp.egg-info/PKG-INFO
src/sandbox_env_mcp.egg-info/SOURCES.txt
src/sandbox_env_mcp.egg-info/dependency_links.txt
src/sandbox_env_mcp.egg-info/entry_points.txt
src/sandbox_env_mcp.egg-info/requires.txt
src/sandbox_env_mcp.egg-info/top_level.txt
src/sandbox_mcp/__init__.py
src/sandbox_mcp/audit.py
src/sandbox_mcp/auth.py
src/sandbox_mcp/config.py
src/sandbox_mcp/file_operations.py
src/sandbox_mcp/safety.py
src/sandbox_mcp/sandbox_env.py
src/sandbox_mcp/server.py
src/sandbox_mcp/shell_registry.py
src/sandbox_mcp/shell_session.py
src/sandbox_mcp/target_registry.py
src/sandbox_mcp/backends/__init__.py
src/sandbox_mcp/backends/base.py
src/sandbox_mcp/backends/docker_backend.py
src/sandbox_mcp/backends/ssh_backend.py
tests/test_audit.py
tests/test_audit_query.py
tests/test_auth.py
tests/test_backends_base.py
tests/test_config.py
tests/test_docker_backend.py
tests/test_file_operations.py
tests/test_http_transport.py
tests/test_integration_docker.py
tests/test_lint.py
tests/test_safety.py
tests/test_sandbox_env.py
tests/test_server.py
tests/test_server_cli.py
tests/test_shell_registry.py
tests/test_shell_session.py
tests/test_ssh_backend.py
tests/test_target_registry.py