Skip to content

Commit 329b0d4

Browse files
chore: bump version to v0.9.6
1 parent 5da61f6 commit 329b0d4

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.9.6] - 2026-06-26
11+
12+
### Added
13+
- Profiler tools for Firefox 154+: `profiler_start`, `profiler_stop`, `profiler_is_active`
14+
- Logpoint tools for non-breaking debugging: `enable_debugger`, `set_logpoint`, `remove_logpoint`, `get_logpoint_results`
15+
- `get_firefox_info` now returns the Firefox version number
16+
- `--log-file` CLI option to write MCP server logs to a file
17+
18+
### Fixed
19+
- Zombie geckodriver processes are now killed when Firefox is closed while the MCP server is running
20+
- `remote.log.level` can now be set via `--pref`
21+
- `app.update.disabledForTesting` is now forced to `true` when recommended preferences are disabled
22+
1023
## [0.9.5] - 2026-06-11
1124

1225
### Changed

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.5",
3+
"version": "0.9.6",
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)