LICENSE
README.md
pyproject.toml
src/deploy_zscaler_mcp.egg-info/PKG-INFO
src/deploy_zscaler_mcp.egg-info/SOURCES.txt
src/deploy_zscaler_mcp.egg-info/dependency_links.txt
src/deploy_zscaler_mcp.egg-info/entry_points.txt
src/deploy_zscaler_mcp.egg-info/requires.txt
src/deploy_zscaler_mcp.egg-info/top_level.txt
src/zscaler_mcp_deploy/__init__.py
src/zscaler_mcp_deploy/bootstrap.py
src/zscaler_mcp_deploy/cli.py
src/zscaler_mcp_deploy/deploy.py
src/zscaler_mcp_deploy/errors.py
src/zscaler_mcp_deploy/messages.py
src/zscaler_mcp_deploy/models.py
src/zscaler_mcp_deploy/aws/__init__.py
src/zscaler_mcp_deploy/aws/bedrock_runtime.py
src/zscaler_mcp_deploy/aws/cloudwatch_verifier.py
src/zscaler_mcp_deploy/aws/iam_bootstrap.py
src/zscaler_mcp_deploy/aws/secrets_manager.py
src/zscaler_mcp_deploy/output/__init__.py
src/zscaler_mcp_deploy/output/connection_formatter.py
src/zscaler_mcp_deploy/validators/__init__.py
src/zscaler_mcp_deploy/validators/aws.py
src/zscaler_mcp_deploy/validators/iam.py
src/zscaler_mcp_deploy/validators/zscaler.py
tests/test_aws_validation.py
tests/test_bedrock_runtime.py
tests/test_bootstrap.py
tests/test_bootstrap_integration.py
tests/test_cloudwatch_verifier.py
tests/test_connection_formatter.py
tests/test_deploy.py
tests/test_deploy_integration.py
tests/test_errors.py
tests/test_iam.py
tests/test_iam_bootstrap.py
tests/test_preflight.py
tests/test_secrets_manager.py
tests/test_verification_integration.py
tests/test_zscaler.py