mcp-scraper 0.83.2 → 0.83.3

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.83.3] - 2026-09-01
8
+
9
+ ### Fixed
10
+
11
+ - Translated the public MCP setup vocabulary into the canonical REST preparation contract, so documented `same_origin`, consent, goal, and page-limit inputs no longer fail with a 400 response.
12
+ - Let the unified setup facade derive a stable retry key for ordinary non-delivering verification, keeping idempotency safe without requiring the customer to invent a key.
13
+
7
14
  ## [0.83.2] - 2026-09-01
8
15
 
9
16
  ### Fixed
@@ -1592,7 +1599,8 @@ All notable changes to MCP Scraper are documented here. The format is based on [
1592
1599
  - Write actions remain unavailable until the account owner explicitly enables them.
1593
1600
  - Provider-specific connection data is normalized into one agent-facing contract.
1594
1601
 
1595
- [Unreleased]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.83.2...HEAD
1602
+ [Unreleased]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.83.3...HEAD
1603
+ [0.83.3]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.83.2...v0.83.3
1596
1604
  [0.83.2]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.83.1...v0.83.2
1597
1605
  [0.83.1]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.83.0...v0.83.1
1598
1606
  [0.83.0]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.82.0...v0.83.0
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.83.2`, SHA-256 `1bca7955ad6eb8d1d67da62a2ac77d69275a937805fb926583f8086baddcc7c1`). 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.83.3`, SHA-256 `7b13fa6fea7f37a4ae1c546a329323b956cfef823352541d966952c015d817dc`). 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-S7EUK25A.js"),
20
+ import("../server-3WEFWWTX.js"),
21
21
  import("../worker-FM3ZRDY4.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-I4KYWMZB.js";
22
+ } from "../chunk-T5IM6BDD.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-22SQKQCO.js";
5
- import "../chunk-2SUX4DKY.js";
4
+ } from "../chunk-PUSG46S2.js";
5
+ import "../chunk-RHP6AZOJ.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-UXVT7FWW.js";
14
14
  import "../chunk-BGD7U3AE.js";
15
15
  import "../chunk-GGZEC22A.js";
16
- import "../chunk-I4KYWMZB.js";
16
+ import "../chunk-T5IM6BDD.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-UXVT7FWW.js";
5
5
  import {
6
6
  PACKAGE_VERSION
7
- } from "../chunk-I4KYWMZB.js";
7
+ } from "../chunk-T5IM6BDD.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-22SQKQCO.js";
5
- import "../chunk-2SUX4DKY.js";
4
+ } from "../chunk-PUSG46S2.js";
5
+ import "../chunk-RHP6AZOJ.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-UXVT7FWW.js";
14
14
  import "../chunk-BGD7U3AE.js";
15
15
  import "../chunk-GGZEC22A.js";
16
- import "../chunk-I4KYWMZB.js";
16
+ import "../chunk-T5IM6BDD.js";
17
17
  import "../chunk-YXNDOQXN.js";
18
18
 
19
19
  // bin/mcp-stdio-server.ts
@@ -12,13 +12,13 @@ import {
12
12
  registerScheduledResultsMcpTools,
13
13
  registerSerpIntelligenceCaptureTools,
14
14
  resolveDeploymentProfile
15
- } from "./chunk-2SUX4DKY.js";
15
+ } from "./chunk-RHP6AZOJ.js";
16
16
  import {
17
17
  renderInstallTerminal
18
18
  } from "./chunk-UXVT7FWW.js";
19
19
  import {
20
20
  PACKAGE_VERSION
21
- } from "./chunk-I4KYWMZB.js";
21
+ } from "./chunk-T5IM6BDD.js";
22
22
 
23
23
  // src/mcp/stdio-runtime.ts
24
24
  import { readFileSync } from "fs";
@@ -50,7 +50,7 @@ import {
50
50
  } from "./chunk-BGD7U3AE.js";
51
51
  import {
52
52
  PACKAGE_VERSION
53
- } from "./chunk-I4KYWMZB.js";
53
+ } from "./chunk-T5IM6BDD.js";
54
54
  import {
55
55
  PUBLIC_ERROR_CODES,
56
56
  buildPublicErrorEnvelope,
@@ -18596,14 +18596,14 @@ var HttpMcpToolExecutor = class {
18596
18596
  }), "facade");
18597
18597
  }
18598
18598
  if (input.goalAction === "verify") {
18599
- if (!input.siteId || !input.revision || !input.idempotencyKey) {
18600
- return analyticsSetupFacadeInputError("Verify requires siteId, setupId, revision, and idempotencyKey.");
18599
+ if (!input.siteId || !input.revision) {
18600
+ return analyticsSetupFacadeInputError("Verify requires siteId, setupId, and revision.");
18601
18601
  }
18602
18602
  return analyticsSetupMcpResult(await this.analyticsVerifySiteSetup({
18603
18603
  siteId: input.siteId,
18604
18604
  setupId: input.setupId,
18605
18605
  revision: input.revision,
18606
- idempotencyKey: input.idempotencyKey,
18606
+ idempotencyKey: input.idempotencyKey ?? `verify-${input.setupId}-${input.revision}`,
18607
18607
  ...input.authority?.confirmedCanary === true ? { confirmedCanary: true } : {}
18608
18608
  }), "facade");
18609
18609
  }
@@ -18630,7 +18630,15 @@ var HttpMcpToolExecutor = class {
18630
18630
  );
18631
18631
  }
18632
18632
  async analyticsPrepareSiteSetup(input) {
18633
- const { siteId, ...body } = input;
18633
+ const { siteId } = input;
18634
+ const body = {
18635
+ startUrl: input.startUrl,
18636
+ scope: input.scope === "same_origin" ? "whole_site" : input.scope,
18637
+ maxPages: Math.min(40, input.maxPages),
18638
+ ...input.businessModel ? { businessModel: input.businessModel } : {},
18639
+ ...input.goal ? { desiredOutcomes: [input.goal] } : {},
18640
+ consentMode: input.consentMode === "required" ? "existing" : input.consentMode === "granted_test" ? "explicit" : "unknown"
18641
+ };
18634
18642
  return analyticsSetupMcpResult(
18635
18643
  await this.call(analyticsSitePath(siteId, "site-setup/prepare"), body, this.timeoutMs, "POST"),
18636
18644
  "prepare"
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var PACKAGE_VERSION = "0.83.2";
2
+ var PACKAGE_VERSION = "0.83.3";
3
3
 
4
4
  export {
5
5
  PACKAGE_VERSION
@@ -373,7 +373,7 @@ import {
373
373
  resolveLocalSourcebookSchemaType,
374
374
  transcribeMediaUrl,
375
375
  transitionAnalyticsExperiment
376
- } from "./chunk-2SUX4DKY.js";
376
+ } from "./chunk-RHP6AZOJ.js";
377
377
  import {
378
378
  auditImageUrls,
379
379
  auditImages,
@@ -494,7 +494,7 @@ import {
494
494
  } from "./chunk-GGZEC22A.js";
495
495
  import {
496
496
  PACKAGE_VERSION
497
- } from "./chunk-I4KYWMZB.js";
497
+ } from "./chunk-T5IM6BDD.js";
498
498
  import {
499
499
  CaptchaError,
500
500
  MapsSearchIncompletePageError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-scraper",
3
- "version": "0.83.2",
3
+ "version": "0.83.3",
4
4
  "description": "MCP server for MCP Scraper web intelligence tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",