@mozilla/firefox-devtools-mcp 0.9.10 → 0.9.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -28093,7 +28093,7 @@ var init_constants = __esm({
28093
28093
  "src/config/constants.ts"() {
28094
28094
  "use strict";
28095
28095
  SERVER_NAME = true ? "@mozilla/firefox-devtools-mcp" : "firefox-devtools";
28096
- SERVER_VERSION = true ? "0.9.10" : "dev";
28096
+ SERVER_VERSION = true ? "0.9.12" : "dev";
28097
28097
  }
28098
28098
  });
28099
28099
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozilla/firefox-devtools-mcp",
3
- "version": "0.9.10",
3
+ "version": "0.9.12",
4
4
  "description": "Model Context Protocol (MCP) server for Firefox DevTools automation",
5
5
  "author": "Mozilla",
6
6
  "license": "MIT OR Apache-2.0",