mcp-scraper 0.75.1 → 0.77.0
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 +23 -1
- package/README.md +2 -1
- package/dist/bin/api-server.js +2 -2
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-core.js +61 -0
- package/dist/bin/mcp-scraper-install.js +2 -2
- package/dist/bin/mcp-stdio-server.js +8 -161
- package/dist/{chunk-IUEELMHS.js → chunk-7HF3T7P2.js} +1 -1
- package/dist/{chunk-VFG5P77C.js → chunk-DTJ56S5B.js} +4440 -4446
- package/dist/{chunk-45AZ5CR2.js → chunk-GT6MP4SU.js} +1 -1
- package/dist/chunk-IP7UDXMU.js +223 -0
- package/dist/{gmail-service-E52EE4GX.js → gmail-service-TIU4V5JA.js} +2 -2
- package/dist/{server-ZJUMRVCT.js → server-EKRNKKLU.js} +1217 -989
- package/package.json +2 -1
- package/dist/{chunk-GLVWJCNU.js → chunk-E6Y3VCOJ.js} +4 -4
- package/dist/{extract-bundle-L2GGQCR6.js → extract-bundle-OO74L67T.js} +7 -7
- package/dist/{worker-7ASMH3MT.js → worker-DR6R7J46.js} +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-scraper",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.77.0",
|
|
4
4
|
"description": "MCP server for MCP Scraper web intelligence tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"mcp-scraper": "dist/bin/mcp-stdio-server.js",
|
|
20
20
|
"mcp-scraper-combined": "dist/bin/mcp-stdio-server.js",
|
|
21
21
|
"browser-agent": "dist/bin/mcp-stdio-server.js",
|
|
22
|
+
"mcp-scraper-core": "dist/bin/mcp-scraper-core.js",
|
|
22
23
|
"mcp-scraper-install": "dist/bin/mcp-scraper-install.js",
|
|
23
24
|
"mcp-scraper-cli": "dist/bin/mcp-scraper-cli.js"
|
|
24
25
|
},
|
|
@@ -10,10 +10,6 @@ import {
|
|
|
10
10
|
createConnectedDataArtifact,
|
|
11
11
|
createConnectedDataBinaryArtifact
|
|
12
12
|
} from "./chunk-T3MZISOF.js";
|
|
13
|
-
import {
|
|
14
|
-
recordVendorUsage,
|
|
15
|
-
runWithCostContext
|
|
16
|
-
} from "./chunk-CXY5WV45.js";
|
|
17
13
|
import {
|
|
18
14
|
CONNECTED_COMPUTE_CREDITS_PER_SECOND,
|
|
19
15
|
CONNECTED_FUNCTION_RUN_CREDITS,
|
|
@@ -24,6 +20,10 @@ import {
|
|
|
24
20
|
MC_PER_CREDIT,
|
|
25
21
|
calculateConnectedUsageCharge
|
|
26
22
|
} from "./chunk-6W4ADSWE.js";
|
|
23
|
+
import {
|
|
24
|
+
recordVendorUsage,
|
|
25
|
+
runWithCostContext
|
|
26
|
+
} from "./chunk-CXY5WV45.js";
|
|
27
27
|
import {
|
|
28
28
|
debitMcIdempotent,
|
|
29
29
|
getDb,
|
|
@@ -5,6 +5,12 @@ import {
|
|
|
5
5
|
embedCommonsTexts,
|
|
6
6
|
publicizeExtractionFailure
|
|
7
7
|
} from "./chunk-WFQ2E4WE.js";
|
|
8
|
+
import {
|
|
9
|
+
createSiteExtractBundleArtifactStream,
|
|
10
|
+
createSiteExtractContentReader,
|
|
11
|
+
createSiteExtractImageArtifact,
|
|
12
|
+
extractJobLimitInfo
|
|
13
|
+
} from "./chunk-D2O7V2CT.js";
|
|
8
14
|
import "./chunk-OZJMVCDK.js";
|
|
9
15
|
import {
|
|
10
16
|
computeIssues,
|
|
@@ -12,15 +18,9 @@ import {
|
|
|
12
18
|
renderIssueReport,
|
|
13
19
|
renderLinkReport
|
|
14
20
|
} from "./chunk-PGJQDMC2.js";
|
|
15
|
-
import "./chunk-GGZEC22A.js";
|
|
16
|
-
import {
|
|
17
|
-
createSiteExtractBundleArtifactStream,
|
|
18
|
-
createSiteExtractContentReader,
|
|
19
|
-
createSiteExtractImageArtifact,
|
|
20
|
-
extractJobLimitInfo
|
|
21
|
-
} from "./chunk-D2O7V2CT.js";
|
|
22
21
|
import "./chunk-DNM65UCK.js";
|
|
23
22
|
import "./chunk-6W4ADSWE.js";
|
|
23
|
+
import "./chunk-GGZEC22A.js";
|
|
24
24
|
import {
|
|
25
25
|
getDb
|
|
26
26
|
} from "./chunk-WEFPBAAG.js";
|
|
@@ -14,6 +14,10 @@ import {
|
|
|
14
14
|
sanitizeAttempts,
|
|
15
15
|
sanitizeHarvestResult
|
|
16
16
|
} from "./chunk-7RQULQF3.js";
|
|
17
|
+
import {
|
|
18
|
+
MC_COSTS,
|
|
19
|
+
serpActualCostMc
|
|
20
|
+
} from "./chunk-6W4ADSWE.js";
|
|
17
21
|
import {
|
|
18
22
|
browserServiceApiKey
|
|
19
23
|
} from "./chunk-OM7HVEJ3.js";
|
|
@@ -21,10 +25,6 @@ import {
|
|
|
21
25
|
runWithCostContext
|
|
22
26
|
} from "./chunk-CXY5WV45.js";
|
|
23
27
|
import "./chunk-77LQV73B.js";
|
|
24
|
-
import {
|
|
25
|
-
MC_COSTS,
|
|
26
|
-
serpActualCostMc
|
|
27
|
-
} from "./chunk-6W4ADSWE.js";
|
|
28
28
|
import {
|
|
29
29
|
claimPendingJob,
|
|
30
30
|
completeJob,
|