.dockerignore
.gitignore
CLAUDE.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
codecov.yml
pyproject.toml
smithery.yaml
spec.md
uv.lock
.github/workflows/ci.yml
.github/workflows/release.yml
deploy/docker/Dockerfile
deploy/docker/docker-compose.yml
docs/DEVELOPMENT.md
docs/SECURITY.md
docs/USAGE.md
docs/VERSION.md
media/demo.mp4
src/aws_mcp.egg-info/PKG-INFO
src/aws_mcp.egg-info/SOURCES.txt
src/aws_mcp.egg-info/dependency_links.txt
src/aws_mcp.egg-info/entry_points.txt
src/aws_mcp.egg-info/requires.txt
src/aws_mcp.egg-info/top_level.txt
src/aws_mcp_server/__init__.py
src/aws_mcp_server/__main__.py
src/aws_mcp_server/cli_executor.py
src/aws_mcp_server/config.py
src/aws_mcp_server/prompts.py
src/aws_mcp_server/resources.py
src/aws_mcp_server/sandbox.py
src/aws_mcp_server/server.py
src/aws_mcp_server/tools.py
tests/__init__.py
tests/conftest.py
tests/test_aws_integration.py
tests/test_aws_setup.py
tests/test_bucket_creation.py
tests/integration/__init__.py
tests/integration/test_aws_live.py
tests/integration/test_server_integration.py
tests/unit/__init__.py
tests/unit/test_cli_executor.py
tests/unit/test_init.py
tests/unit/test_main.py
tests/unit/test_prompts.py
tests/unit/test_resources.py
tests/unit/test_sandbox.py
tests/unit/test_server.py
tests/unit/test_tools.py