LICENSE
README.md
pyproject.toml
src/scitex_capture/__init__.py
src/scitex_capture/__main__.py
src/scitex_capture/capture.py
src/scitex_capture/cli.py
src/scitex_capture/gif.py
src/scitex_capture/grid.py
src/scitex_capture/mcp_server.py
src/scitex_capture/session.py
src/scitex_capture/utils.py
src/scitex_capture.egg-info/PKG-INFO
src/scitex_capture.egg-info/SOURCES.txt
src/scitex_capture.egg-info/dependency_links.txt
src/scitex_capture.egg-info/entry_points.txt
src/scitex_capture.egg-info/requires.txt
src/scitex_capture.egg-info/top_level.txt
src/scitex_capture/_mcp/__init__.py
src/scitex_capture/_mcp/handlers.py
src/scitex_capture/_mcp/tool_schemas.py
src/scitex_capture/_skills/scitex-capture/SKILL.md
src/scitex_capture/powershell/capture_all_desktops.ps1
src/scitex_capture/powershell/capture_all_monitors.ps1
src/scitex_capture/powershell/capture_single_monitor.ps1
src/scitex_capture/powershell/capture_url.ps1
src/scitex_capture/powershell/capture_window_by_handle.ps1
src/scitex_capture/powershell/detect_monitors_and_desktops.ps1
src/scitex_capture/powershell/enumerate_virtual_desktops.ps1
tests/test_examples.py