Release history
ndthanhdev/mcp-browser-kit releases
An MCP Server that enables AI assistants to interact with your local browsers.
All releases
3 shown
v7.0.5
Maintenance
Minor fixes and improvements.
Full changelog
What's Changed
- chore: moon v2 by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/73
- chore: add configuration files for MCP server by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/75
- chore: add MIT License to the project by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/76
- chore: add MCP server badge by @punkpeye in https://github.com/ndthanhdev/mcp-browser-kit/pull/74
- chore(deps-dev): bump dompurify from 3.3.1 to 3.3.2 by @dependabot[bot] in https://github.com/ndthanhdev/mcp-browser-kit/pull/77
- chore: update runInCI option to 'skip' in tag-extension and tag-npm by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/84
- chore: update task configurations to use 'utility' preset and bump ya… by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/85
- chore: add GitHub workflows for check by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/86
- chore: update workspace-verify.yml to trigger on push events by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/87
- chore: update README.md to replace CI badge with Workspace Check badge by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/88
- chore(deps): bump hono from 4.11.9 to 4.12.9 by @dependabot[bot] in https://github.com/ndthanhdev/mcp-browser-kit/pull/78
- chore(deps): bump express-rate-limit from 8.2.1 to 8.3.1 by @dependabot[bot] in https://github.com/ndthanhdev/mcp-browser-kit/pull/79
- chore(deps): bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in https://github.com/ndthanhdev/mcp-browser-kit/pull/81
- chore: update WithMoonTask method to use 'exec' command with '--ignor… by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/89
- chore(deps): bump undici from 7.22.0 to 7.24.5 by @dependabot[bot] in https://github.com/ndthanhdev/mcp-browser-kit/pull/80
- chore(deps): bump tar from 7.5.1 to 7.5.13 by @dependabot[bot] in https://github.com/ndthanhdev/mcp-browser-kit/pull/82
- chore(deps): bump @hono/node-server from 1.19.9 to 1.19.11 by @dependabot[bot] in https://github.com/ndthanhdev/mcp-browser-kit/pull/83
- chore(deps): bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in https://github.com/ndthanhdev/mcp-browser-kit/pull/90
- docs: add Fronteir AI hosted deployment option by @ElishaKay in https://github.com/ndthanhdev/mcp-browser-kit/pull/93
- chore(deps): bump rollup from 4.54.0 to 4.60.0 by @dependabot[bot] in https://github.com/ndthanhdev/mcp-browser-kit/pull/91
- chore(deps): bump node-forge from 1.3.1 to 1.4.0 by @dependabot[bot] in https://github.com/ndthanhdev/mcp-browser-kit/pull/92
- chore(deps): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in https://github.com/ndthanhdev/mcp-browser-kit/pull/94
- chore: add syncpack by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/96
- chore: add README and specify license in package.json by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/98
- chore: update proto by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/100
New Contributors
- @punkpeye made their first contribution in https://github.com/ndthanhdev/mcp-browser-kit/pull/74
- @dependabot[bot] made their first contribution in https://github.com/ndthanhdev/mcp-browser-kit/pull/77
- @ElishaKay made their first contribution in https://github.com/ndthanhdev/mcp-browser-kit/pull/93
Full Changelog: https://github.com/ndthanhdev/mcp-browser-kit/compare/v7.0.0...v7.0.5
v7.0.0
Mixed
Notable features
- Added Firefox build script and improved environment variable handling
- Integrated server-driving-mcp-server package with existing tooling
Full changelog
What's Changed
- feat: add Firefox build script and update environment variable handling by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/42
- feat: update dependencies and configuration across multiple packages by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/43
- feat: enhance tool registration and response handling with structured… by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/44
- chore: e2e testing by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/45
- feat: add server-driving-mcp-server package and integrate with existi… by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/46
- fix: invalidate data and schema missmatch by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/47
- refactor: update structured response handling in browser and element … by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/48
- add: connection test by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/49
- chore: format code and improve consistency across multiple files by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/50
- feat: add test app by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/51
- feat: implement new test pages for click by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/52
- add: e2e tests by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/53
- add: text tool tests by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/54
- fix: get browser by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/55
- add: enhance form interaction by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/56
- chore: exp release publishing workflow and versioning updates by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/57
- fix: update tag pattern for versioning in release workflow by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/58
- chore: ensure token is passed during checkout in tag creation workflow by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/59
- chore: refactor workflow scripts by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/60
- fix: add dependency for extension-build in Firefox build task by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/61
- chore: add versions-patch script for versioning management in release… by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/62
- chore: add npmPublishRegistry to .yarnrc.yml for registry configuration by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/63
- fix: remove unused YARN_NPM_AUTH_TOKEN from release publish workflow by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/64
- fix: add missing CI environment variable to npm auth args in release … by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/65
- fix: correct extension version formatting for V0 dev tags by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/66
- fix: update comments and refactor GitHub Actions environment by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/67
- fix: add repository field to package.json for better project metadata by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/68
- fix: update version parsing for V0 dev tags to remove leading zeros by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/69
- chore: refactor wf by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/70
- chore: update extension artifact by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/71
- chore: add RELEASE_TAG environment variable handling for release publ… by @ndthanhdev in https://github.com/ndthanhdev/mcp-browser-kit/pull/72
Full Changelog: https://github.com/ndthanhdev/mcp-browser-kit/compare/v6.0.0...v7.0.0