mcp-scraper 0.73.6 → 0.73.8

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,18 @@ All notable changes to MCP Scraper are documented here. The format is based on [
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.73.8] - 2026-08-28
8
+
9
+ ### Fixed
10
+
11
+ - Aligned the packaged MCP server version and generated public manifests with the 0.73.8 release so npm verification, MCPB metadata, and runtime version reporting cannot inherit the prior release number.
12
+
13
+ ## [0.73.7] - 2026-08-28
14
+
15
+ ### Added
16
+
17
+ - Recorded successful native MCP Scraper login and signup outcomes as consent-governed X-Ray events without sending credentials or contact fields, allowing the subsequent authenticated identity handoff to attach those outcomes to the complete retained journey.
18
+
7
19
  ## [0.73.6] - 2026-08-28
8
20
 
9
21
  ### 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.73.6`, SHA-256 `8998408725170b1d2a1998f15dd31d1fa6d32d27ae5fda53181557ebf80f3284`). 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.73.8`, SHA-256 `3a25392d082492e7e7c4c5bda9ca6057256ff49b37bbf3489d699add30cbb0d6`). 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 }, { startWorker }, { migrate }] = await Promise.all([
19
19
  import("@hono/node-server"),
20
- import("../server-6JEC3JHU.js"),
20
+ import("../server-FYL32M22.js"),
21
21
  import("../worker-CBK5DWEE.js"),
22
22
  import("../db-566MOHHD.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-4W4TIA3A.js";
16
+ } from "../chunk-Q2QHKUTB.js";
17
17
 
18
18
  // src/cli/human-cli.ts
19
19
  import { Command } from "commander";
@@ -4,7 +4,7 @@ import {
4
4
  } from "../chunk-Q2J23DHY.js";
5
5
  import {
6
6
  PACKAGE_VERSION
7
- } from "../chunk-4W4TIA3A.js";
7
+ } from "../chunk-Q2QHKUTB.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;
@@ -13,7 +13,7 @@ import {
13
13
  registerScheduledResultsMcpTools,
14
14
  registerSerpIntelligenceCaptureTools,
15
15
  resolveDeploymentProfile
16
- } from "../chunk-HCBQHUON.js";
16
+ } from "../chunk-DDEMQWGT.js";
17
17
  import "../chunk-PGJQDMC2.js";
18
18
  import "../chunk-T3MZISOF.js";
19
19
  import "../chunk-7RQULQF3.js";
@@ -26,7 +26,7 @@ import "../chunk-VXLU74YZ.js";
26
26
  import "../chunk-GGZEC22A.js";
27
27
  import {
28
28
  PACKAGE_VERSION
29
- } from "../chunk-4W4TIA3A.js";
29
+ } from "../chunk-Q2QHKUTB.js";
30
30
  import "../chunk-DNM65UCK.js";
31
31
  import "../chunk-EQJRPDUS.js";
32
32
  import "../chunk-WEFPBAAG.js";
@@ -32,7 +32,7 @@ import {
32
32
  } from "./chunk-VXLU74YZ.js";
33
33
  import {
34
34
  PACKAGE_VERSION
35
- } from "./chunk-4W4TIA3A.js";
35
+ } from "./chunk-Q2QHKUTB.js";
36
36
  import {
37
37
  createPrivateArtifact,
38
38
  privateArtifactOwnerId,
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var PACKAGE_VERSION = "0.73.6";
2
+ var PACKAGE_VERSION = "0.73.8";
3
3
 
4
4
  export {
5
5
  PACKAGE_VERSION
@@ -280,7 +280,7 @@ import {
280
280
  resolveDeploymentProfile,
281
281
  resolveLocalSourcebookSchemaType,
282
282
  transcribeMediaUrl
283
- } from "./chunk-HCBQHUON.js";
283
+ } from "./chunk-DDEMQWGT.js";
284
284
  import {
285
285
  auditImageUrls,
286
286
  auditImages,
@@ -345,7 +345,7 @@ import {
345
345
  } from "./chunk-GGZEC22A.js";
346
346
  import {
347
347
  PACKAGE_VERSION
348
- } from "./chunk-4W4TIA3A.js";
348
+ } from "./chunk-Q2QHKUTB.js";
349
349
  import {
350
350
  SITE_EXTRACT_ARTIFACT_PREFIX,
351
351
  abandonExtractSettlement,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-scraper",
3
- "version": "0.73.6",
3
+ "version": "0.73.8",
4
4
  "description": "MCP server for MCP Scraper web intelligence tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",