.gitignore
.mcp.json
.mcp_nix.json
.mcp_windows.json
LICENSE
README.md
SETUP_GUIDE.md
agent.py
agent_config.yaml
fastagent.config.yaml
language.json
package_name
pyproject.toml
.github/workflows/claude.yml
docs/mcp_browser_use_logo.jpg
logs/.gitkeep
scripts/test_coverage.sh
src/iflow_mcp_janspoerer_mcp_browser_use.egg-info/PKG-INFO
src/iflow_mcp_janspoerer_mcp_browser_use.egg-info/SOURCES.txt
src/iflow_mcp_janspoerer_mcp_browser_use.egg-info/dependency_links.txt
src/iflow_mcp_janspoerer_mcp_browser_use.egg-info/entry_points.txt
src/iflow_mcp_janspoerer_mcp_browser_use.egg-info/requires.txt
src/iflow_mcp_janspoerer_mcp_browser_use.egg-info/top_level.txt
src/mcp_browser_use/__init__.py
src/mcp_browser_use/__main__.py
src/mcp_browser_use/cleaners.py
src/mcp_browser_use/constants.py
src/mcp_browser_use/context.py
src/mcp_browser_use/context_pack.py
src/mcp_browser_use/helpers.py
src/mcp_browser_use/helpers_context.py
src/mcp_browser_use/actions/__init__.py
src/mcp_browser_use/actions/elements.py
src/mcp_browser_use/actions/extraction.py
src/mcp_browser_use/actions/keyboard.py
src/mcp_browser_use/actions/navigation.py
src/mcp_browser_use/actions/screenshots.py
src/mcp_browser_use/browser/__init__.py
src/mcp_browser_use/browser/chrome.py
src/mcp_browser_use/browser/chrome_executable.py
src/mcp_browser_use/browser/chrome_launcher.py
src/mcp_browser_use/browser/chrome_process.py
src/mcp_browser_use/browser/devtools.py
src/mcp_browser_use/browser/driver.py
src/mcp_browser_use/browser/process.py
src/mcp_browser_use/config/__init__.py
src/mcp_browser_use/config/environment.py
src/mcp_browser_use/config/paths.py
src/mcp_browser_use/decorators/__init__.py
src/mcp_browser_use/decorators/ensure.py
src/mcp_browser_use/decorators/envelope.py
src/mcp_browser_use/decorators/locking.py
src/mcp_browser_use/locking/__init__.py
src/mcp_browser_use/locking/action_lock.py
src/mcp_browser_use/locking/file_mutex.py
src/mcp_browser_use/locking/window_registry.py
src/mcp_browser_use/tools/__init__.py
src/mcp_browser_use/tools/browser_management.py
src/mcp_browser_use/tools/debugging.py
src/mcp_browser_use/tools/extraction.py
src/mcp_browser_use/tools/interaction.py
src/mcp_browser_use/tools/navigation.py
src/mcp_browser_use/tools/screenshots.py
src/mcp_browser_use/utils/__init__.py
src/mcp_browser_use/utils/diagnostics.py
src/mcp_browser_use/utils/html_utils.py
src/mcp_browser_use/utils/retry.py
tests/_utils.py
tests/test_chromedriver_log_cross_platform.py
tests/test_cleaners_refactoring.py
tests/test_context_integration.py
tests/tests_decorators/test_decorators.py
tests/tests_decorators/test_ensure.py
tests/tests_e2e/test_e2e_mcp_browser_use.py
tests/tests_other/test_mcp_browser_use.py