mcp-scraper 0.2.4 → 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.
- package/README.md +13 -2
- package/dist/bin/api-server.cjs +1 -1
- 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-combined-stdio-server.cjs +1 -1
- package/dist/bin/mcp-scraper-combined-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-scraper-combined-stdio-server.js +4 -4
- package/dist/bin/mcp-scraper-install.cjs +101 -0
- package/dist/bin/mcp-scraper-install.cjs.map +1 -0
- package/dist/bin/mcp-scraper-install.d.cts +1 -0
- package/dist/bin/mcp-scraper-install.d.ts +1 -0
- package/dist/bin/mcp-scraper-install.js +100 -0
- package/dist/bin/mcp-scraper-install.js.map +1 -0
- package/dist/bin/mcp-stdio-server.cjs +1 -1
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/{chunk-7DUA4OSB.js → chunk-ENI4DM3S.js} +4 -4
- package/dist/chunk-JDX57SEC.js +7 -0
- package/dist/chunk-JDX57SEC.js.map +1 -0
- package/dist/{chunk-XQGWEM4S.js → chunk-O36HHUKX.js} +2 -2
- package/dist/{server-ADOMF5IM.js → server-Q3WHIS63.js} +12 -12
- package/package.json +3 -2
- package/dist/chunk-JIP4FTR7.js +0 -7
- package/dist/chunk-JIP4FTR7.js.map +0 -1
- /package/dist/{chunk-7DUA4OSB.js.map → chunk-ENI4DM3S.js.map} +0 -0
- /package/dist/{chunk-XQGWEM4S.js.map → chunk-O36HHUKX.js.map} +0 -0
- /package/dist/{server-ADOMF5IM.js.map → server-Q3WHIS63.js.map} +0 -0
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
HttpMcpToolExecutor,
|
|
4
4
|
buildPaaExtractorMcpServer
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-JIP4FTR7.js";
|
|
5
|
+
} from "../chunk-ENI4DM3S.js";
|
|
7
6
|
import "../chunk-M2S27J6Z.js";
|
|
7
|
+
import "../chunk-JDX57SEC.js";
|
|
8
8
|
|
|
9
9
|
// bin/mcp-stdio-server.ts
|
|
10
10
|
import { readFileSync } from "fs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
PACKAGE_VERSION
|
|
3
|
-
} from "./chunk-JIP4FTR7.js";
|
|
4
1
|
import {
|
|
5
2
|
sanitizeVendorName
|
|
6
3
|
} from "./chunk-M2S27J6Z.js";
|
|
4
|
+
import {
|
|
5
|
+
PACKAGE_VERSION
|
|
6
|
+
} from "./chunk-JDX57SEC.js";
|
|
7
7
|
|
|
8
8
|
// src/harvest-timeout.ts
|
|
9
9
|
var VERCEL_FUNCTION_MAX_MS = 3e5;
|
|
@@ -1615,4 +1615,4 @@ export {
|
|
|
1615
1615
|
registerPaaExtractorMcpTools,
|
|
1616
1616
|
HttpMcpToolExecutor
|
|
1617
1617
|
};
|
|
1618
|
-
//# sourceMappingURL=chunk-
|
|
1618
|
+
//# sourceMappingURL=chunk-ENI4DM3S.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.2.5'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PACKAGE_VERSION
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JDX57SEC.js";
|
|
4
4
|
|
|
5
5
|
// src/mcp/browser-agent-mcp-server.ts
|
|
6
6
|
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
|
|
@@ -357,4 +357,4 @@ export {
|
|
|
357
357
|
buildBrowserAgentMcpServer,
|
|
358
358
|
registerBrowserAgentMcpTools
|
|
359
359
|
};
|
|
360
|
-
//# sourceMappingURL=chunk-
|
|
360
|
+
//# sourceMappingURL=chunk-O36HHUKX.js.map
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
CaptureSerpPageSnapshotsInputSchema,
|
|
3
|
-
CaptureSerpSnapshotInputSchema,
|
|
4
|
-
HttpMcpToolExecutor,
|
|
5
|
-
buildPaaExtractorMcpServer,
|
|
6
|
-
configureReportSaving,
|
|
7
|
-
harvestTimeoutBudget,
|
|
8
|
-
liveWebToolAnnotations,
|
|
9
|
-
outputBaseDir
|
|
10
|
-
} from "./chunk-7DUA4OSB.js";
|
|
11
|
-
import "./chunk-JIP4FTR7.js";
|
|
12
1
|
import {
|
|
13
2
|
BALANCE_PACK_LABELS,
|
|
14
3
|
BALANCE_PRICE_IDS,
|
|
@@ -43,11 +32,22 @@ import {
|
|
|
43
32
|
harvest,
|
|
44
33
|
resolveKernelProxyId
|
|
45
34
|
} from "./chunk-MY3S7EX7.js";
|
|
35
|
+
import {
|
|
36
|
+
CaptureSerpPageSnapshotsInputSchema,
|
|
37
|
+
CaptureSerpSnapshotInputSchema,
|
|
38
|
+
HttpMcpToolExecutor,
|
|
39
|
+
buildPaaExtractorMcpServer,
|
|
40
|
+
configureReportSaving,
|
|
41
|
+
harvestTimeoutBudget,
|
|
42
|
+
liveWebToolAnnotations,
|
|
43
|
+
outputBaseDir
|
|
44
|
+
} from "./chunk-ENI4DM3S.js";
|
|
46
45
|
import {
|
|
47
46
|
CaptchaError,
|
|
48
47
|
RECAPTCHA_INSTRUCTIONS,
|
|
49
48
|
sanitizeVendorName
|
|
50
49
|
} from "./chunk-M2S27J6Z.js";
|
|
50
|
+
import "./chunk-JDX57SEC.js";
|
|
51
51
|
import {
|
|
52
52
|
SiteAuditJobRowSchema,
|
|
53
53
|
cancelJob,
|
|
@@ -13511,4 +13511,4 @@ app.get("/blog/:slug/", (c) => {
|
|
|
13511
13511
|
export {
|
|
13512
13512
|
app
|
|
13513
13513
|
};
|
|
13514
|
-
//# sourceMappingURL=server-
|
|
13514
|
+
//# sourceMappingURL=server-Q3WHIS63.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-scraper",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "MCP server for MCP Scraper web intelligence tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"paa-api": "dist/bin/api-server.js",
|
|
19
19
|
"mcp-scraper": "dist/bin/mcp-stdio-server.js",
|
|
20
20
|
"browser-agent": "dist/bin/browser-agent-stdio-server.js",
|
|
21
|
-
"mcp-scraper-combined": "dist/bin/mcp-scraper-combined-stdio-server.js"
|
|
21
|
+
"mcp-scraper-combined": "dist/bin/mcp-scraper-combined-stdio-server.js",
|
|
22
|
+
"mcp-scraper-install": "dist/bin/mcp-scraper-install.js"
|
|
22
23
|
},
|
|
23
24
|
"files": [
|
|
24
25
|
"dist",
|
package/dist/chunk-JIP4FTR7.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.2.4'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|