LICENSE
README.md
pyproject.toml
src/proxy_doctor/__init__.py
src/proxy_doctor/__main__.py
src/proxy_doctor/cli.py
src/proxy_doctor/core.py
src/proxy_doctor/daemon.py
src/proxy_doctor/daemon_loop.py
src/proxy_doctor/editors.py
src/proxy_doctor/mcp_server.py
src/proxy_doctor/notify.py
src/proxy_doctor/state.py
src/proxy_doctor/updater.py
src/proxy_doctor.egg-info/PKG-INFO
src/proxy_doctor.egg-info/SOURCES.txt
src/proxy_doctor.egg-info/dependency_links.txt
src/proxy_doctor.egg-info/entry_points.txt
src/proxy_doctor.egg-info/requires.txt
src/proxy_doctor.egg-info/top_level.txt
tests/test_cli.py
tests/test_core.py
tests/test_daemon.py
tests/test_editors.py
tests/test_mcp.py
tests/test_notify.py
tests/test_state.py
tests/test_updater.py