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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-scraper",
3
- "version": "0.75.1",
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,