Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.8] - 2026-07-02
## [0.9.10] - 2026-07-10

### Added
- `--auto-profile` option to automatically pick and reuse a profile folder based on the Firefox binary path, reducing the risk of mixing profiles across Nightly/Beta/Release
- `mcpb` build target for packaging the MCP server as a `.mcpb` bundle
- Secondary plugin to help troubleshoot installation issues

### Fixed
- Server version and name are now correctly set at build time

### Docs
- Added Cowork plugin installation steps, including the node/npm dependency note and a screenshot

## [0.9.9] - 2026-07-02

### Updated
- Removed strict plugin versioning, plugin should always update to the latest sha
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": "0.3",
"name": "firefox-devtools-mcp",
"display_name": "Firefox DevTools MCP",
"version": "0.9.9",
"version": "0.9.10",
"description": "Control Firefox for browsing, web testing, and debugging. Fill forms, capture network and console activity, take screenshots, run scripts, and profile performance. Supports Android devices.",
"author": {
"name": "Mozilla",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mozilla/firefox-devtools-mcp",
"version": "0.9.9",
"version": "0.9.10",
"description": "Model Context Protocol (MCP) server for Firefox DevTools automation",
"author": "Mozilla",
"license": "MIT OR Apache-2.0",
Expand Down