LICENSE
README.md
pyproject.toml
src/cliptunnel_mcp/__init__.py
src/cliptunnel_mcp/agent.py
src/cliptunnel_mcp/agent_session.py
src/cliptunnel_mcp/clipboard_transport.py
src/cliptunnel_mcp/config.py
src/cliptunnel_mcp/controller.py
src/cliptunnel_mcp/copilot_client.py
src/cliptunnel_mcp/crypto.py
src/cliptunnel_mcp/firebase_transport.py
src/cliptunnel_mcp/https_transport.py
src/cliptunnel_mcp/operations.py
src/cliptunnel_mcp/protocol.py
src/cliptunnel_mcp/py.typed
src/cliptunnel_mcp/server.py
src/cliptunnel_mcp/transport.py
src/cliptunnel_mcp/transport_factory.py
src/cliptunnel_mcp/ws_transport.py
src/cliptunnel_mcp.egg-info/PKG-INFO
src/cliptunnel_mcp.egg-info/SOURCES.txt
src/cliptunnel_mcp.egg-info/dependency_links.txt
src/cliptunnel_mcp.egg-info/entry_points.txt
src/cliptunnel_mcp.egg-info/requires.txt
src/cliptunnel_mcp.egg-info/top_level.txt
src/cliptunnel_mcp/repeater/__init__.py
src/cliptunnel_mcp/repeater/__main__.py
src/cliptunnel_mcp/repeater/server.py
src/cliptunnel_mcp/repeater/state.py
src/cliptunnel_mcp/ws_repeater/__init__.py
src/cliptunnel_mcp/ws_repeater/__main__.py
src/cliptunnel_mcp/ws_repeater/server.py
src/cliptunnel_mcp/ws_repeater/state.py
tests/test_agent.py
tests/test_config.py
tests/test_controller.py
tests/test_crypto.py
tests/test_fake_repeater.py
tests/test_fake_ws_repeater.py
tests/test_firebase_transport.py
tests/test_https_transport.py
tests/test_operations.py
tests/test_protocol.py
tests/test_repeater.py
tests/test_seam_wiring.py
tests/test_seam_wiring_ws.py
tests/test_server.py
tests/test_transport_contracts.py
tests/test_transport_factory.py
tests/test_ws_repeater_server.py
tests/test_ws_repeater_state.py
tests/test_ws_transport.py