.coveragerc
.editorconfig
.gitattributes
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
pytest.ini
u2mcp.spec
examples/config-filtered-tools.toml
examples/config-full.toml
examples/config-http-server.yaml
examples/config-minimal-stdio.toml
examples/config-quiet-mode.json
src/u2mcp/.gitignore
src/u2mcp/__init__.py
src/u2mcp/__main__.py
src/u2mcp/background.py
src/u2mcp/config.py
src/u2mcp/health.py
src/u2mcp/helpers.py
src/u2mcp/mcp.py
src/u2mcp/middlewares.py
src/u2mcp/py.typed
src/u2mcp/version.py
src/u2mcp/tools/__init__.py
src/u2mcp/tools/action.py
src/u2mcp/tools/app.py
src/u2mcp/tools/clipboard.py
src/u2mcp/tools/delay.py
src/u2mcp/tools/device.py
src/u2mcp/tools/gesture.py
src/u2mcp/tools/input.py
src/u2mcp/tools/scrcpy.py
src/u2mcp/tools/screenrecord.py
src/u2mcp/tools/system.py
src/u2mcp/tools/toast.py
src/u2mcp/tools/xpath.py
src/uiautomator2_mcp_server.egg-info/PKG-INFO
src/uiautomator2_mcp_server.egg-info/SOURCES.txt
src/uiautomator2_mcp_server.egg-info/dependency_links.txt
src/uiautomator2_mcp_server.egg-info/entry_points.txt
src/uiautomator2_mcp_server.egg-info/requires.txt
src/uiautomator2_mcp_server.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/unit/__init__.py
tests/unit/test_action.py
tests/unit/test_app.py
tests/unit/test_clipboard.py
tests/unit/test_config.py
tests/unit/test_device.py
tests/unit/test_xpath.py