mcp-scraper 0.79.3 → 0.79.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,13 @@ All notable changes to MCP Scraper are documented here. The format is based on [
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.79.4] - 2026-08-29
8
+
9
+ ### Fixed
10
+
11
+ - Pinned the public schema runtime used by fresh npm installs, preventing dependency-range drift from changing 35 datetime-bearing MCP input schemas between hosted production and the published stdio package.
12
+ - Added fresh-registry hosted-versus-stdio contract parity to the patch-release gate, so an accepted publication is not treated as complete until the downloaded package reproduces the canonical 354-tool contract.
13
+
7
14
  ## [0.79.3] - 2026-08-29
8
15
 
9
16
  ### Fixed
package/README.md CHANGED
@@ -173,7 +173,7 @@ Build the branded one-click bundle:
173
173
  npm run build:mcpb
174
174
  ```
175
175
 
176
- 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.79.3`, SHA-256 `aa51d15b20740d5fa98d92ce919b4d37ff8f02a949c0186c90e403fd356dad14`). 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.
176
+ 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.79.4`, SHA-256 `8c7db6b3188db21d9328ff8bf408d72bd5cd911f93afaf04c7fb4d68f592ca85`). 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.
177
177
 
178
178
  The MCPB install exposes every tool — web-intelligence plus all `browser_*` tools — through the one `mcp-scraper` server.
179
179
 
@@ -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-MDWFOUTS.js"),
20
+ import("../server-BMQKWVCZ.js"),
21
21
  import("../worker-3LUFQWWJ.js"),
22
22
  import("../db-Z34LPZNR.js")
23
23
  ]);
@@ -13,7 +13,7 @@ import "../chunk-VXLU74YZ.js";
13
13
  import "../chunk-GGZEC22A.js";
14
14
  import {
15
15
  PACKAGE_VERSION
16
- } from "../chunk-IHYG52ZW.js";
16
+ } from "../chunk-N63ZFFU2.js";
17
17
 
18
18
  // src/cli/human-cli.ts
19
19
  import { Command } from "commander";
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runMcpScraperStdio
4
- } from "../chunk-TCYZ7HMU.js";
5
- import "../chunk-7UZAVM4J.js";
4
+ } from "../chunk-PQVLX5WT.js";
5
+ import "../chunk-RUBI3OXR.js";
6
6
  import "../chunk-PGJQDMC2.js";
7
7
  import "../chunk-DNM65UCK.js";
8
8
  import "../chunk-T3MZISOF.js";
@@ -10,10 +10,10 @@ import "../chunk-6HAV7LCE.js";
10
10
  import "../chunk-VFCUGTCF.js";
11
11
  import "../chunk-OM7HVEJ3.js";
12
12
  import "../chunk-5UAFBKJR.js";
13
- import "../chunk-MVB25X55.js";
13
+ import "../chunk-ETQ7J2EB.js";
14
14
  import "../chunk-VXLU74YZ.js";
15
15
  import "../chunk-GGZEC22A.js";
16
- import "../chunk-IHYG52ZW.js";
16
+ import "../chunk-N63ZFFU2.js";
17
17
  import "../chunk-YXNDOQXN.js";
18
18
 
19
19
  // src/mcp/thorbit-restricted-tool-surface.ts
@@ -1,10 +1,10 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  renderInstallTerminal
4
- } from "../chunk-MVB25X55.js";
4
+ } from "../chunk-ETQ7J2EB.js";
5
5
  import {
6
6
  PACKAGE_VERSION
7
- } from "../chunk-IHYG52ZW.js";
7
+ } from "../chunk-N63ZFFU2.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-TCYZ7HMU.js";
5
- import "../chunk-7UZAVM4J.js";
4
+ } from "../chunk-PQVLX5WT.js";
5
+ import "../chunk-RUBI3OXR.js";
6
6
  import "../chunk-PGJQDMC2.js";
7
7
  import "../chunk-DNM65UCK.js";
8
8
  import "../chunk-T3MZISOF.js";
@@ -10,10 +10,10 @@ import "../chunk-6HAV7LCE.js";
10
10
  import "../chunk-VFCUGTCF.js";
11
11
  import "../chunk-OM7HVEJ3.js";
12
12
  import "../chunk-5UAFBKJR.js";
13
- import "../chunk-MVB25X55.js";
13
+ import "../chunk-ETQ7J2EB.js";
14
14
  import "../chunk-VXLU74YZ.js";
15
15
  import "../chunk-GGZEC22A.js";
16
- import "../chunk-IHYG52ZW.js";
16
+ import "../chunk-N63ZFFU2.js";
17
17
  import "../chunk-YXNDOQXN.js";
18
18
 
19
19
  // bin/mcp-stdio-server.ts
@@ -1,6 +1,6 @@
1
1
  // release-message.json
2
2
  var release_message_default = {
3
- message: "PAA harvests now distinguish click acknowledgement from confirmed Google DOM effects, preserve every observed interaction at 0.7, 1.0, and 1.4-second checkpoints, reject hidden or scripted placeholder text as answers, correlate attempts to Bright Data sessions immediately, and recover interrupted work without claiming the question frontier ended."
3
+ message: "PAA harvests now expose exact interaction timing, distinguish interrupted work from proven frontier exhaustion, and install with a pinned schema runtime so the hosted and local 354-tool contracts remain identical."
4
4
  };
5
5
 
6
6
  // src/install-terminal.ts
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var PACKAGE_VERSION = "0.79.3";
2
+ var PACKAGE_VERSION = "0.79.4";
3
3
 
4
4
  export {
5
5
  PACKAGE_VERSION
@@ -12,13 +12,13 @@ import {
12
12
  registerScheduledResultsMcpTools,
13
13
  registerSerpIntelligenceCaptureTools,
14
14
  resolveDeploymentProfile
15
- } from "./chunk-7UZAVM4J.js";
15
+ } from "./chunk-RUBI3OXR.js";
16
16
  import {
17
17
  renderInstallTerminal
18
- } from "./chunk-MVB25X55.js";
18
+ } from "./chunk-ETQ7J2EB.js";
19
19
  import {
20
20
  PACKAGE_VERSION
21
- } from "./chunk-IHYG52ZW.js";
21
+ } from "./chunk-N63ZFFU2.js";
22
22
 
23
23
  // src/mcp/stdio-runtime.ts
24
24
  import { readFileSync } from "fs";
@@ -45,7 +45,7 @@ import {
45
45
  } from "./chunk-VXLU74YZ.js";
46
46
  import {
47
47
  PACKAGE_VERSION
48
- } from "./chunk-IHYG52ZW.js";
48
+ } from "./chunk-N63ZFFU2.js";
49
49
  import {
50
50
  PUBLIC_ERROR_CODES,
51
51
  buildPublicErrorEnvelope,
@@ -316,7 +316,7 @@ import {
316
316
  resolveDeploymentProfile,
317
317
  resolveLocalSourcebookSchemaType,
318
318
  transcribeMediaUrl
319
- } from "./chunk-7UZAVM4J.js";
319
+ } from "./chunk-RUBI3OXR.js";
320
320
  import {
321
321
  auditImageUrls,
322
322
  auditImages,
@@ -435,7 +435,7 @@ import {
435
435
  } from "./chunk-GGZEC22A.js";
436
436
  import {
437
437
  PACKAGE_VERSION
438
- } from "./chunk-IHYG52ZW.js";
438
+ } from "./chunk-N63ZFFU2.js";
439
439
  import {
440
440
  CaptchaError,
441
441
  MapsSearchIncompletePageError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-scraper",
3
- "version": "0.79.3",
3
+ "version": "0.79.4",
4
4
  "description": "MCP server for MCP Scraper web intelligence tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -143,7 +143,7 @@
143
143
  "yauzl": "^3.4.0",
144
144
  "yazl": "^3.3.1",
145
145
  "youtube-transcript": "^1.3.1",
146
- "zod": "^4.4.3"
146
+ "zod": "4.4.3"
147
147
  },
148
148
  "devDependencies": {
149
149
  "@onkernel/cli": "^0.19.2",