README.md
pyproject.toml
src/cc_web_mcp/__init__.py
src/cc_web_mcp/__main__.py
src/cc_web_mcp/cli.py
src/cc_web_mcp/config.py
src/cc_web_mcp/doctor.py
src/cc_web_mcp/install.py
src/cc_web_mcp/server.py
src/cc_web_mcp/web.py
src/cc_web_mcp.egg-info/PKG-INFO
src/cc_web_mcp.egg-info/SOURCES.txt
src/cc_web_mcp.egg-info/dependency_links.txt
src/cc_web_mcp.egg-info/entry_points.txt
src/cc_web_mcp.egg-info/requires.txt
src/cc_web_mcp.egg-info/top_level.txt
src/cc_web_mcp/data/__init__.py
src/cc_web_mcp/data/default_config.json
src/cc_web_mcp/hooks/__init__.py
src/cc_web_mcp/hooks/guard.py
tests/test_cli.py
tests/test_config.py
tests/test_doctor.py
tests/test_guard.py
tests/test_init.py
tests/test_install_hook.py
tests/test_install_instructions.py
tests/test_server_status.py
tests/test_web.py