mcp-scraper 0.86.1 → 0.86.2

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.2] - 2026-09-02
8
+
9
+ ### Fixed
10
+
11
+ - Bounded each Reddit provider's challenge-readability wait at 90 seconds so the two-primary plus two-backup retry ladder can advance through every attempt within the production request envelope.
12
+
7
13
  ## [0.86.1] - 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.1`, SHA-256 `c735311afd38095d4187fb5cbb79e5abed47b7c09d78e56ee6c2ecacd1b9270f`). 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.2`, SHA-256 `2a0b0fa595d494f2849fe96ea50bac959e4f5be957200962fdd7c5e8dd80e450`). 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-UQ33P5V5.js"),
20
+ import("../server-ACZHVP65.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-C4C4WUTV.js";
22
+ } from "../chunk-ET646CIY.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-TYLVUAK3.js";
5
- import "../chunk-3H7QTJLV.js";
4
+ } from "../chunk-KCKODNTH.js";
5
+ import "../chunk-KBP335CI.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-C4C4WUTV.js";
16
+ import "../chunk-ET646CIY.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-C4C4WUTV.js";
7
+ } from "../chunk-ET646CIY.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-TYLVUAK3.js";
5
- import "../chunk-3H7QTJLV.js";
4
+ } from "../chunk-KCKODNTH.js";
5
+ import "../chunk-KBP335CI.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-C4C4WUTV.js";
16
+ import "../chunk-ET646CIY.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.1";
2
+ var PACKAGE_VERSION = "0.86.2";
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-C4C4WUTV.js";
53
+ } from "./chunk-ET646CIY.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-3H7QTJLV.js";
15
+ } from "./chunk-KBP335CI.js";
16
16
  import {
17
17
  renderInstallTerminal
18
18
  } from "./chunk-3JRZZVWL.js";
19
19
  import {
20
20
  PACKAGE_VERSION
21
- } from "./chunk-C4C4WUTV.js";
21
+ } from "./chunk-ET646CIY.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-3H7QTJLV.js";
391
+ } from "./chunk-KBP335CI.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-C4C4WUTV.js";
512
+ } from "./chunk-ET646CIY.js";
513
513
  import {
514
514
  CaptchaError,
515
515
  MapsSearchIncompletePageError,
@@ -21005,7 +21005,7 @@ async function clickDuckDuckGoResult(page3, clickHref) {
21005
21005
 
21006
21006
  // src/kernel-reddit/reddit-thread.ts
21007
21007
  var THREAD_POLL_MS = 2e3;
21008
- var THREAD_MAX_WAIT_MS = 3e5;
21008
+ var REDDIT_THREAD_CHALLENGE_WAIT_MS = 9e4;
21009
21009
  var POST_CHALLENGE_RENDER_GRACE_MS = 2e4;
21010
21010
  var COMMENT_EXPANSION_MAX_MS = 3e4;
21011
21011
  var COMMENT_STABLE_POLLS = 5;
@@ -21034,7 +21034,7 @@ async function readModernRedditThread(page3, maxComments) {
21034
21034
  let largestCommentCount = -1;
21035
21035
  let stableCommentPolls = 0;
21036
21036
  let bestThread = null;
21037
- for (const startedAt = Date.now(); Date.now() - startedAt <= THREAD_MAX_WAIT_MS; ) {
21037
+ for (const startedAt = Date.now(); Date.now() - startedAt <= REDDIT_THREAD_CHALLENGE_WAIT_MS; ) {
21038
21038
  const data = await page3.evaluate(MODERN_REDDIT_THREAD_SCRIPT).catch(() => null);
21039
21039
  if (!data) {
21040
21040
  await page3.waitForTimeout(THREAD_POLL_MS);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-scraper",
3
- "version": "0.86.1",
3
+ "version": "0.86.2",
4
4
  "description": "MCP server for MCP Scraper web intelligence tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",