mcp-scraper 0.3.2 → 0.3.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/dist/bin/api-server.cjs +4 -2
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +1 -1
- package/dist/bin/browser-agent-stdio-server.cjs +1 -1
- package/dist/bin/browser-agent-stdio-server.cjs.map +1 -1
- package/dist/bin/browser-agent-stdio-server.js +2 -2
- 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-combined-stdio-server.cjs +4 -2
- package/dist/bin/mcp-scraper-combined-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-scraper-combined-stdio-server.js +3 -3
- 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 +4 -2
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/{chunk-KO223PSJ.js → chunk-MGWGZBL5.js} +5 -3
- package/dist/chunk-MGWGZBL5.js.map +1 -0
- package/dist/chunk-PVXDEREW.js +7 -0
- package/dist/chunk-PVXDEREW.js.map +1 -0
- package/dist/{chunk-HRTCMLZB.js → chunk-RLBJ3QNC.js} +2 -2
- package/dist/{server-N5LM3PEO.js → server-D3XHIEQN.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-KO223PSJ.js.map +0 -1
- package/dist/chunk-VB65G7PS.js +0 -7
- package/dist/chunk-VB65G7PS.js.map +0 -1
- /package/dist/{chunk-HRTCMLZB.js.map → chunk-RLBJ3QNC.js.map} +0 -0
- /package/dist/{server-N5LM3PEO.js.map → server-D3XHIEQN.js.map} +0 -0
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
HttpMcpToolExecutor,
|
|
4
4
|
buildPaaExtractorMcpServer
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-MGWGZBL5.js";
|
|
6
6
|
import "../chunk-M2S27J6Z.js";
|
|
7
7
|
import "../chunk-LFATOGDF.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-PVXDEREW.js";
|
|
9
9
|
|
|
10
10
|
// bin/mcp-stdio-server.ts
|
|
11
11
|
import { readFileSync } from "fs";
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
} from "./chunk-LFATOGDF.js";
|
|
8
8
|
import {
|
|
9
9
|
PACKAGE_VERSION
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-PVXDEREW.js";
|
|
11
11
|
|
|
12
12
|
// src/harvest-timeout.ts
|
|
13
13
|
var VERCEL_FUNCTION_MAX_MS = 3e5;
|
|
@@ -506,7 +506,9 @@ ${headingSection}${kpoSection}${brandingSection}${bodySection}${screenshotSectio
|
|
|
506
506
|
entityTypes: kpo?.type ?? [],
|
|
507
507
|
napScore: kpo?.napScore ?? null,
|
|
508
508
|
missingSchemaFields: kpo?.missingFields ?? [],
|
|
509
|
-
screenshotSaved: screenshotPath ?? null
|
|
509
|
+
screenshotSaved: screenshotPath ?? null,
|
|
510
|
+
branding: branding ?? null,
|
|
511
|
+
mediaAssets: media?.assets ?? null
|
|
510
512
|
};
|
|
511
513
|
if (screenshotMeta?.base64) {
|
|
512
514
|
return {
|
|
@@ -3340,4 +3342,4 @@ export {
|
|
|
3340
3342
|
registerPaaExtractorMcpTools,
|
|
3341
3343
|
HttpMcpToolExecutor
|
|
3342
3344
|
};
|
|
3343
|
-
//# sourceMappingURL=chunk-
|
|
3345
|
+
//# sourceMappingURL=chunk-MGWGZBL5.js.map
|