README.md
pyproject.toml
computer_agent_mcp/__init__.py
computer_agent_mcp/__main__.py
computer_agent_mcp/config.py
computer_agent_mcp/debug.py
computer_agent_mcp/executor.py
computer_agent_mcp/keys.py
computer_agent_mcp/models.py
computer_agent_mcp/monitor.py
computer_agent_mcp/openai_adapter.py
computer_agent_mcp/platform.py
computer_agent_mcp/platform_base.py
computer_agent_mcp/platform_windows.py
computer_agent_mcp/prompts.py
computer_agent_mcp/response_parsing.py
computer_agent_mcp/runner.py
computer_agent_mcp/server.py
computer_agent_mcp.egg-info/PKG-INFO
computer_agent_mcp.egg-info/SOURCES.txt
computer_agent_mcp.egg-info/dependency_links.txt
computer_agent_mcp.egg-info/entry_points.txt
computer_agent_mcp.egg-info/requires.txt
computer_agent_mcp.egg-info/top_level.txt
computer_agent_mcp/assets/cursor/busy.ani
computer_agent_mcp/assets/cursor/diagonal_resize_nesw.ani
computer_agent_mcp/assets/cursor/diagonal_resize_nwse.ani
computer_agent_mcp/assets/cursor/hand_select.ani
computer_agent_mcp/assets/cursor/help_select.ani
computer_agent_mcp/assets/cursor/horizontal_resize.ani
computer_agent_mcp/assets/cursor/link_select.ani
computer_agent_mcp/assets/cursor/move.ani
computer_agent_mcp/assets/cursor/normal_select.ani
computer_agent_mcp/assets/cursor/precision_select.ani
computer_agent_mcp/assets/cursor/text_select.ani
computer_agent_mcp/assets/cursor/unavailable.ani
computer_agent_mcp/assets/cursor/vertical_resize.ani
computer_agent_mcp/assets/cursor/wait.ani
computer_agent_mcp/assets/cursor/working_in_background.ani
tests/test_config.py
tests/test_executor.py
tests/test_monitor.py
tests/test_platform_base.py
tests/test_platform_windows.py
tests/test_response_parsing.py
tests/test_runner.py
tests/test_server.py