Releases: co-browser/browser-use-mcp-server
Releases · co-browser/browser-use-mcp-server
v1.0.3
v1.0.2
v1.0.1
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
1.0.0 (2025-04-09)
Bug Fixes
- add uv dependency for python-json-logger (9fb3d2d)
- deployment and Chrome path issues (2289578)
- get browser result handling (4121c8c)
- linter (f037416)
- linting (6710420)
- linting issues (2198e9a)
- path to python app (180a5d3)
- stdio readme fix (0d5b957)
- updated readme (8d426fe)
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)