firefox-devtools-mcp 0.2.3 → 0.2.5

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 +2 -2
package/dist/index.js CHANGED
@@ -12055,7 +12055,7 @@ var init_constants = __esm({
12055
12055
  "src/config/constants.ts"() {
12056
12056
  "use strict";
12057
12057
  SERVER_NAME = "firefox-devtools";
12058
- SERVER_VERSION = "0.2.1";
12058
+ SERVER_VERSION = "0.2.5";
12059
12059
  }
12060
12060
  });
12061
12061
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firefox-devtools-mcp",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "Model Context Protocol (MCP) server for Firefox DevTools automation",
5
5
  "author": "freema",
6
6
  "license": "MIT",
@@ -58,6 +58,7 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@modelcontextprotocol/sdk": "^1.17.1",
61
+ "geckodriver": "^6.0.2",
61
62
  "selenium-webdriver": "^4.36.0",
62
63
  "ws": "^8.18.3",
63
64
  "yargs": "^17.7.2"
@@ -75,7 +76,6 @@
75
76
  "eslint": "^8.57.1",
76
77
  "eslint-config-prettier": "^10.1.5",
77
78
  "eslint-plugin-prettier": "^5.4.0",
78
- "geckodriver": "^6.0.2",
79
79
  "prettier": "^3.5.3",
80
80
  "tsup": "^8.0.0",
81
81
  "tsx": "^4.7.0",