firefox-devtools-mcp 0.7.0 → 0.7.1

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -21963,7 +21963,7 @@ var init_constants = __esm({
21963
21963
  "src/config/constants.ts"() {
21964
21964
  "use strict";
21965
21965
  SERVER_NAME = "firefox-devtools";
21966
- SERVER_VERSION = "0.7.0";
21966
+ SERVER_VERSION = "0.7.1";
21967
21967
  }
21968
21968
  });
21969
21969
 
@@ -25004,7 +25004,7 @@ var init_screenshot = __esm({
25004
25004
  init_uid_helpers();
25005
25005
  SAVE_TO_SCHEMA = {
25006
25006
  type: "string",
25007
- description: "Optional absolute file path to save the screenshot to instead of returning it as image data in the response. Use this in CLI environments (e.g. Claude Code) to avoid filling up the context window with large base64 image data. Example: '/tmp/screenshot.png'"
25007
+ description: "Optional file path to save the screenshot to instead of returning it as image data in the response."
25008
25008
  };
25009
25009
  screenshotPageTool = {
25010
25010
  name: "screenshot_page",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firefox-devtools-mcp",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Model Context Protocol (MCP) server for Firefox DevTools automation",
5
5
  "author": "freema",
6
6
  "license": "MIT",