LICENSE
README.md
pyproject.toml
src/pg_health/__init__.py
src/pg_health/checks.py
src/pg_health/cli.py
src/pg_health/explain.py
src/pg_health/fix.py
src/pg_health/history.py
src/pg_health/mcp_server.py
src/pg_health/migration_checker.py
src/pg_health/models.py
src/pg_health/notify.py
src/pg_health/suggest.py
src/pg_health/web.py
src/pg_health.egg-info/PKG-INFO
src/pg_health.egg-info/SOURCES.txt
src/pg_health.egg-info/dependency_links.txt
src/pg_health.egg-info/entry_points.txt
src/pg_health.egg-info/requires.txt
src/pg_health.egg-info/top_level.txt
tests/test_explain.py
tests/test_migration_checker.py