Skip to content

Commit 8e08f5c

Browse files
chore: bump version to v0.9.3
1 parent fc8a82a commit 8e08f5c

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.3] - 2026-05-07
11+
12+
### Added
13+
- New `@mozilla/firefox-devtools-mcp-moz` npm package with privileged context support enabled by default
14+
- `--profile-path` now uses a dedicated subfolder to avoid corrupting existing profiles, and warns when reusing a profile that already exists
15+
16+
### Fixed
17+
- Profile reuse warnings are now surfaced as MCP errors so AI assistants can see them
18+
- Network debug command now uses `statusMin=400` instead of `status="failed"` to correctly match 4xx/5xx responses
19+
- Docker image now creates the user home directory
20+
21+
### Changed
22+
- Package renamed from `firefox-devtools-mcp` to `@mozilla/firefox-devtools-mcp`
23+
- License changed to dual MIT OR Apache-2.0
24+
- Reduced emoji usage in MCP log messages
25+
1026
## [0.9.2] - 2026-04-16
1127

1228
### Added
@@ -245,6 +261,7 @@ Released on npm, see GitHub releases for details.
245261
- UID-based element referencing system
246262
- Headless mode support
247263

264+
[0.9.3]: https://github.com/mozilla/firefox-devtools-mcp/compare/0.9.2...0.9.3
248265
[0.9.2]: https://github.com/mozilla/firefox-devtools-mcp/compare/0.9.1...0.9.2
249266
[0.9.1]: https://github.com/mozilla/firefox-devtools-mcp/compare/0.9.0...0.9.1
250267
[0.9.0]: https://github.com/mozilla/firefox-devtools-mcp/compare/0.8.1...0.9.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mozilla/firefox-devtools-mcp",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Model Context Protocol (MCP) server for Firefox DevTools automation",
55
"author": "Mozilla",
66
"license": "MIT OR Apache-2.0",

0 commit comments

Comments
 (0)