Skip to content

Releases: co-browser/browser-use-mcp-server

v1.0.3

15 Apr 23:37
778e8d3
Compare
Choose a tag to compare

1.0.3 (2025-04-15)

Bug Fixes

  • ci: improve release upload robustness and update readme badge (e649f5e)

v1.0.2

15 Apr 23:01
d33587e
Compare
Choose a tag to compare

1.0.2 (2025-04-15)

Bug Fixes

  • ci: correct release workflow and resolve lint error (58646e4)

v1.0.1

15 Apr 18:16
df11584
Compare
Choose a tag to compare

1.0.1 (2025-04-15)

Bug Fixes

  • add configuration files for Bandit, Flake8, Pylint and Pyright to enhance code quality checks (78dbad4)
  • enhance project configuration with dynamic versioning and update CI workflow for artifact handling (095b4cd)
  • enhance pyproject.toml with asyncio fixture loop scope and update Ruff configuration to ignore line length violations in comments and string literals (1131291)
  • replace .bandit file with .bandit.yml for improved configuration management, update .pylintrc with additional disable rules and settings, enhance pyrightconfig.json and clean up server.py and cli.py by removing unnecessary comments (bb8a8e9)
  • update Dockerfile to disable anonymized telemetry and adjust environment variables; remove version declaration from init.py (0b0d41a)
  • update Dockerfile to include git installation, enhance pyproject.toml with license and dependency organization and refine CI workflow by removing unused validation step (4df9be0)

v1.0.0

09 Apr 21:23
6f5ccda
Compare
Choose a tag to compare

1.0.0 (2025-04-09)

Bug Fixes

Features

  • add MegaLinter configuration and GitHub workflows for linting and release management (8beb0fc)
  • Add PATIENT mode for fully synchronous browser operations (1aeec10)
  • added async tasks with task id and get status/result ep to async fetch (d9e5558)
  • async browser exec. (1c600d4)
  • expose port 8000 in Dockerfile for application access (af7120e)
  • Improve browser task isolation and resource management (2b83805)
  • Improve browser-use mpc response with error handling and LLM-friendly output (bacc82a)