LICENSE
README.md
pyproject.toml
shannot/__init__.py
shannot/__main__.py
shannot/cli.py
shannot/config.py
shannot/execution.py
shannot/mcp_main.py
shannot/mcp_server.py
shannot/process.py
shannot/sandbox.py
shannot/tools.py
shannot.egg-info/PKG-INFO
shannot.egg-info/SOURCES.txt
shannot.egg-info/dependency_links.txt
shannot.egg-info/entry_points.txt
shannot.egg-info/requires.txt
shannot.egg-info/top_level.txt
shannot/executors/__init__.py
shannot/executors/local.py
shannot/executors/ssh.py
tests/test_cli.py
tests/test_cli_mcp_install.py
tests/test_config.py
tests/test_executors.py
tests/test_integration.py
tests/test_mcp_integration.py
tests/test_mcp_main.py
tests/test_mcp_security.py
tests/test_mcp_server.py
tests/test_sandbox.py
tests/test_ssh_executor.py
tests/test_tools.py