LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/mcp_checkpoint/__init__.py
src/mcp_checkpoint/cli.py
src/mcp_checkpoint/connector.py
src/mcp_checkpoint/run_checks.py
src/mcp_checkpoint/scanner.py
src/mcp_checkpoint/security_utils.py
src/mcp_checkpoint.egg-info/PKG-INFO
src/mcp_checkpoint.egg-info/SOURCES.txt
src/mcp_checkpoint.egg-info/dependency_links.txt
src/mcp_checkpoint.egg-info/entry_points.txt
src/mcp_checkpoint.egg-info/requires.txt
src/mcp_checkpoint.egg-info/top_level.txt
src/mcp_checkpoint/scan_checks/__init__.py
src/mcp_checkpoint/scan_checks/command_injection.py
src/mcp_checkpoint/scan_checks/cross_server_tool_shadowing.py
src/mcp_checkpoint/scan_checks/excessive_tool_permissions.py
src/mcp_checkpoint/scan_checks/hardcoded_secrets.py
src/mcp_checkpoint/scan_checks/prompt_injection.py
src/mcp_checkpoint/scan_checks/tool_name_ambiguity.py