mcp-scraper 0.86.3 → 0.86.4

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 CHANGED
@@ -4,6 +4,12 @@ All notable changes to MCP Scraper are documented here. The format is based on [
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.86.4] - 2026-09-02
8
+
9
+ ### Fixed
10
+
11
+ - Kept the complete two-primary, two-backup Reddit retry ladder inside the production request window by limiting Kernel attempts to 8 seconds, Bright Data attempts to 14 seconds, and browser cleanup to 1 second.
12
+
7
13
  ## [0.86.3] - 2026-09-02
8
14
 
9
15
  ### Fixed
package/README.md CHANGED
@@ -175,7 +175,7 @@ Build the branded one-click bundle:
175
175
  npm run build:mcpb
176
176
  ```
177
177
 
178
- The generated bundle is written to `build/mcpb/mcp-scraper-<version>.mcpb` and copied to `public/downloads/` for the hosted download. The current public bundle is `https://mcpscraper.dev/downloads/mcp-scraper.mcpb` (`0.86.3`, SHA-256 `f1643e34c7bb3152068b269e7610325a3d24f7a268787e8ab3364f31bc3afc90`). Install it by opening or dragging it into Claude Desktop. Claude displays the `MCP Scraper` install card, icon, API-key configuration field, and manually curated current-release message from the bundle manifest.
178
+ The generated bundle is written to `build/mcpb/mcp-scraper-<version>.mcpb` and copied to `public/downloads/` for the hosted download. The current public bundle is `https://mcpscraper.dev/downloads/mcp-scraper.mcpb` (`0.86.4`, SHA-256 `b90dc726bfe9dfa7540896de18671423ace99a0a32c86a8c35ca2723bbd6e0ac`). Install it by opening or dragging it into Claude Desktop. Claude displays the `MCP Scraper` install card, icon, API-key configuration field, and manually curated current-release message from the bundle manifest.
179
179
 
180
180
  The MCPB install exposes every tool — web-intelligence plus all `browser_*` tools — through the one `mcp-scraper` server.
181
181
 
@@ -17,7 +17,7 @@ loadDotEnv();
17
17
  async function main() {
18
18
  const [{ serve }, { app, personalAssistantProductionStartup }, { startWorker }, { migrate }] = await Promise.all([
19
19
  import("@hono/node-server"),
20
- import("../server-JF6SAM4D.js"),
20
+ import("../server-4FREXPPR.js"),
21
21
  import("../worker-OQSFSLNG.js"),
22
22
  import("../db-Z34LPZNR.js")
23
23
  ]);
@@ -19,7 +19,7 @@ import {
19
19
  import "../chunk-GGZEC22A.js";
20
20
  import {
21
21
  PACKAGE_VERSION
22
- } from "../chunk-CJPHSGOF.js";
22
+ } from "../chunk-CM62EJ3S.js";
23
23
 
24
24
  // src/cli/human-cli.ts
25
25
  import { Command } from "commander";
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runMcpScraperStdio
4
- } from "../chunk-CBVEBDQA.js";
5
- import "../chunk-IHW3HTO6.js";
4
+ } from "../chunk-VFAAYRFS.js";
5
+ import "../chunk-FHLNW4L6.js";
6
6
  import "../chunk-PGJQDMC2.js";
7
7
  import "../chunk-DNM65UCK.js";
8
8
  import "../chunk-T3MZISOF.js";
@@ -13,7 +13,7 @@ import "../chunk-OPQIGAFB.js";
13
13
  import "../chunk-3JRZZVWL.js";
14
14
  import "../chunk-P7FWOMU7.js";
15
15
  import "../chunk-GGZEC22A.js";
16
- import "../chunk-CJPHSGOF.js";
16
+ import "../chunk-CM62EJ3S.js";
17
17
  import "../chunk-YXNDOQXN.js";
18
18
 
19
19
  // src/mcp/thorbit-restricted-tool-surface.ts
@@ -4,7 +4,7 @@ import {
4
4
  } from "../chunk-3JRZZVWL.js";
5
5
  import {
6
6
  PACKAGE_VERSION
7
- } from "../chunk-CJPHSGOF.js";
7
+ } from "../chunk-CM62EJ3S.js";
8
8
 
9
9
  // bin/mcp-scraper-install.ts
10
10
  var noColor = process.argv.includes("--no-color") || process.env.NO_COLOR !== void 0 || process.env.FORCE_COLOR === "0" || !process.stdout.isTTY;
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runMcpScraperStdio
4
- } from "../chunk-CBVEBDQA.js";
5
- import "../chunk-IHW3HTO6.js";
4
+ } from "../chunk-VFAAYRFS.js";
5
+ import "../chunk-FHLNW4L6.js";
6
6
  import "../chunk-PGJQDMC2.js";
7
7
  import "../chunk-DNM65UCK.js";
8
8
  import "../chunk-T3MZISOF.js";
@@ -13,7 +13,7 @@ import "../chunk-OPQIGAFB.js";
13
13
  import "../chunk-3JRZZVWL.js";
14
14
  import "../chunk-P7FWOMU7.js";
15
15
  import "../chunk-GGZEC22A.js";
16
- import "../chunk-CJPHSGOF.js";
16
+ import "../chunk-CM62EJ3S.js";
17
17
  import "../chunk-YXNDOQXN.js";
18
18
 
19
19
  // bin/mcp-stdio-server.ts
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var PACKAGE_VERSION = "0.86.3";
2
+ var PACKAGE_VERSION = "0.86.4";
3
3
 
4
4
  export {
5
5
  PACKAGE_VERSION
@@ -50,7 +50,7 @@ import {
50
50
  } from "./chunk-P7FWOMU7.js";
51
51
  import {
52
52
  PACKAGE_VERSION
53
- } from "./chunk-CJPHSGOF.js";
53
+ } from "./chunk-CM62EJ3S.js";
54
54
  import {
55
55
  PUBLIC_ERROR_CODES,
56
56
  buildPublicErrorEnvelope,
@@ -12,13 +12,13 @@ import {
12
12
  registerScheduledResultsMcpTools,
13
13
  registerSerpIntelligenceCaptureTools,
14
14
  resolveDeploymentProfile
15
- } from "./chunk-IHW3HTO6.js";
15
+ } from "./chunk-FHLNW4L6.js";
16
16
  import {
17
17
  renderInstallTerminal
18
18
  } from "./chunk-3JRZZVWL.js";
19
19
  import {
20
20
  PACKAGE_VERSION
21
- } from "./chunk-CJPHSGOF.js";
21
+ } from "./chunk-CM62EJ3S.js";
22
22
 
23
23
  // src/mcp/stdio-runtime.ts
24
24
  import { readFileSync } from "fs";
@@ -388,7 +388,7 @@ import {
388
388
  transcribeMediaUrl,
389
389
  transitionAnalyticsExperiment,
390
390
  validateAnalyticsRestResponseForRequest
391
- } from "./chunk-IHW3HTO6.js";
391
+ } from "./chunk-FHLNW4L6.js";
392
392
  import {
393
393
  auditImageUrls,
394
394
  auditImages,
@@ -509,7 +509,7 @@ import {
509
509
  } from "./chunk-GGZEC22A.js";
510
510
  import {
511
511
  PACKAGE_VERSION
512
- } from "./chunk-CJPHSGOF.js";
512
+ } from "./chunk-CM62EJ3S.js";
513
513
  import {
514
514
  CaptchaError,
515
515
  MapsSearchIncompletePageError,
@@ -21105,9 +21105,9 @@ async function expandRenderedComments(page3, deadlineAt) {
21105
21105
  }
21106
21106
 
21107
21107
  // src/kernel-reddit/service.ts
21108
- var KERNEL_REDDIT_THREAD_ATTEMPT_MS = 45e3;
21109
- var KERNEL_CONTROL_TIMEOUT_MS = 5e3;
21110
- var CLEANUP_TIMEOUT_MS = 3e3;
21108
+ var KERNEL_REDDIT_THREAD_ATTEMPT_MS = 8e3;
21109
+ var KERNEL_CONTROL_TIMEOUT_MS = 3e3;
21110
+ var CLEANUP_TIMEOUT_MS = 1e3;
21111
21111
  function remainingTimeout(deadlineAt, maximumMs) {
21112
21112
  const remaining = deadlineAt - Date.now();
21113
21113
  if (remaining <= 0) throw new Error("Kernel Reddit browser attempt deadline exceeded");
@@ -21651,8 +21651,8 @@ var BLOCKED_HOSTS = /* @__PURE__ */ new Set(["styles.redditmedia.com", "preview.
21651
21651
  var REQUIRED_HOSTS = /* @__PURE__ */ new Set(["external-preview.redd.it", "googletagmanager.com"]);
21652
21652
  var MAX_COMMENTS = 25;
21653
21653
  var TELEMETRY_RETRY_DELAYS_MS = [0, 1500];
21654
- var BRIGHT_DATA_REDDIT_ATTEMPT_MS = 35e3;
21655
- var CLEANUP_TIMEOUT_MS2 = 3e3;
21654
+ var BRIGHT_DATA_REDDIT_ATTEMPT_MS = 14e3;
21655
+ var CLEANUP_TIMEOUT_MS2 = 1e3;
21656
21656
  function remainingTimeout2(deadlineAt, maximumMs) {
21657
21657
  const remaining = deadlineAt - Date.now();
21658
21658
  if (remaining <= 0) throw new Error("Bright Data Reddit browser attempt deadline exceeded");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-scraper",
3
- "version": "0.86.3",
3
+ "version": "0.86.4",
4
4
  "description": "MCP server for MCP Scraper web intelligence tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",