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.
- package/dist/index.js +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.
|
|
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
|
|
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",
|