mcp-scraper 0.52.2 → 0.52.3
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/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/dist/bin/api-server.cjs +2 -2
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +1 -1
- package/dist/bin/mcp-scraper-cli.cjs +1 -1
- package/dist/bin/mcp-scraper-cli.cjs.map +1 -1
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-install.cjs +1 -1
- package/dist/bin/mcp-scraper-install.cjs.map +1 -1
- package/dist/bin/mcp-scraper-install.js +1 -1
- package/dist/bin/mcp-stdio-server.cjs +2 -2
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/{chunk-NWI3G65G.js → chunk-EE3DWDWK.js} +3 -3
- package/dist/{chunk-NWI3G65G.js.map → chunk-EE3DWDWK.js.map} +1 -1
- package/dist/chunk-EPMHLAZE.js +7 -0
- package/dist/chunk-EPMHLAZE.js.map +1 -0
- package/dist/{server-H7R3GWWX.js → server-YDWA5O5T.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-2XVD4GF3.js +0 -7
- package/dist/chunk-2XVD4GF3.js.map +0 -1
- /package/dist/{server-H7R3GWWX.js.map → server-YDWA5O5T.js.map} +0 -0
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
registerScheduledResultsMcpTools,
|
|
13
13
|
registerSerpIntelligenceCaptureTools,
|
|
14
14
|
resolveDeploymentProfile
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-EE3DWDWK.js";
|
|
16
16
|
import "../chunk-2K74LVV7.js";
|
|
17
17
|
import "../chunk-BBI7RGOT.js";
|
|
18
18
|
import "../chunk-QXAY44SA.js";
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
} from "../chunk-QH63IZTX.js";
|
|
22
22
|
import {
|
|
23
23
|
PACKAGE_VERSION
|
|
24
|
-
} from "../chunk-
|
|
24
|
+
} from "../chunk-EPMHLAZE.js";
|
|
25
25
|
import "../chunk-SOEYDWJU.js";
|
|
26
26
|
import "../chunk-5UN33CGU.js";
|
|
27
27
|
import "../chunk-2XTYLJQK.js";
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
} from "./chunk-QXAY44SA.js";
|
|
22
22
|
import {
|
|
23
23
|
PACKAGE_VERSION
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-EPMHLAZE.js";
|
|
25
25
|
import {
|
|
26
26
|
MC_PER_CREDIT
|
|
27
27
|
} from "./chunk-SOEYDWJU.js";
|
|
@@ -11362,7 +11362,7 @@ function registerBrowserAgentMcpTools(server, opts) {
|
|
|
11362
11362
|
"browser_screenshot",
|
|
11363
11363
|
{
|
|
11364
11364
|
title: "See Page (Screenshot + Elements)",
|
|
11365
|
-
description: "Capture what the browser currently shows: a screenshot plus a text snapshot of interactive elements with x,y coordinates, page url/title, and visible text. Primary way to perceive the page; click elements by their listed x,y. If
|
|
11365
|
+
description: "Capture what the browser currently shows: a screenshot plus a text snapshot of interactive elements with x,y coordinates, page url/title, and visible text. Primary way to perceive the page; click elements by their listed x,y. If an anti-bot or CAPTCHA challenge is visible, wait and screenshot again rather than clicking it.",
|
|
11366
11366
|
inputSchema: BrowserSessionInputSchema,
|
|
11367
11367
|
outputSchema: recordOutputSchema("browser_screenshot", BrowserScreenshotOutputSchema),
|
|
11368
11368
|
annotations: annotations2("See Page", true)
|
|
@@ -14918,4 +14918,4 @@ export {
|
|
|
14918
14918
|
ScheduledResultsMcpExecutor,
|
|
14919
14919
|
registerScheduledResultsMcpTools
|
|
14920
14920
|
};
|
|
14921
|
-
//# sourceMappingURL=chunk-
|
|
14921
|
+
//# sourceMappingURL=chunk-EE3DWDWK.js.map
|