mcp-scraper 0.79.0 → 0.79.1

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.79.1] - 2026-08-28
8
+
9
+ ### Fixed
10
+
11
+ - Contained unresolved Personal Assistant provider-authority gates to the assistant surface, which remains fail-closed with 503 readiness, instead of crashing unrelated MCP, billing, analytics, migration, and cron routes in the shared API process.
12
+
7
13
  ## [0.79.0] - 2026-08-28
8
14
 
9
15
  ### Added
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.0`, SHA-256 `c4728bfebff747f752f5f8b0e4188d45c46f794e2756238b71f951661ed048b2`). 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.1`, SHA-256 `25c661ca24ac033667250ddb6866e1009a5ffa55789e4791475e20e2cd4103da`). 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-QJUBOH6L.js"),
20
+ import("../server-MNSYIX42.js"),
21
21
  import("../worker-VU6JCCLG.js"),
22
22
  import("../db-TA567JLA.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-ATIVTEML.js";
16
+ } from "../chunk-OIGM6VKQ.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-Q54QVYJ2.js";
5
- import "../chunk-2JF4ECSJ.js";
4
+ } from "../chunk-QVW5S6BD.js";
5
+ import "../chunk-NH3EUCZL.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-NGLZ6UJR.js";
13
13
  import "../chunk-R4YRH5PG.js";
14
14
  import "../chunk-VXLU74YZ.js";
15
15
  import "../chunk-GGZEC22A.js";
16
- import "../chunk-ATIVTEML.js";
16
+ import "../chunk-OIGM6VKQ.js";
17
17
  import "../chunk-OU4FV2RP.js";
18
18
 
19
19
  // src/mcp/thorbit-restricted-tool-surface.ts
@@ -4,7 +4,7 @@ import {
4
4
  } from "../chunk-R4YRH5PG.js";
5
5
  import {
6
6
  PACKAGE_VERSION
7
- } from "../chunk-ATIVTEML.js";
7
+ } from "../chunk-OIGM6VKQ.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-Q54QVYJ2.js";
5
- import "../chunk-2JF4ECSJ.js";
4
+ } from "../chunk-QVW5S6BD.js";
5
+ import "../chunk-NH3EUCZL.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-NGLZ6UJR.js";
13
13
  import "../chunk-R4YRH5PG.js";
14
14
  import "../chunk-VXLU74YZ.js";
15
15
  import "../chunk-GGZEC22A.js";
16
- import "../chunk-ATIVTEML.js";
16
+ import "../chunk-OIGM6VKQ.js";
17
17
  import "../chunk-OU4FV2RP.js";
18
18
 
19
19
  // bin/mcp-stdio-server.ts
@@ -45,7 +45,7 @@ import {
45
45
  } from "./chunk-VXLU74YZ.js";
46
46
  import {
47
47
  PACKAGE_VERSION
48
- } from "./chunk-ATIVTEML.js";
48
+ } from "./chunk-OIGM6VKQ.js";
49
49
  import {
50
50
  PUBLIC_ERROR_CODES,
51
51
  buildPublicErrorEnvelope,
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var PACKAGE_VERSION = "0.79.0";
2
+ var PACKAGE_VERSION = "0.79.1";
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-2JF4ECSJ.js";
15
+ } from "./chunk-NH3EUCZL.js";
16
16
  import {
17
17
  renderInstallTerminal
18
18
  } from "./chunk-R4YRH5PG.js";
19
19
  import {
20
20
  PACKAGE_VERSION
21
- } from "./chunk-ATIVTEML.js";
21
+ } from "./chunk-OIGM6VKQ.js";
22
22
 
23
23
  // src/mcp/stdio-runtime.ts
24
24
  import { readFileSync } from "fs";
@@ -316,7 +316,7 @@ import {
316
316
  resolveDeploymentProfile,
317
317
  resolveLocalSourcebookSchemaType,
318
318
  transcribeMediaUrl
319
- } from "./chunk-2JF4ECSJ.js";
319
+ } from "./chunk-NH3EUCZL.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-ATIVTEML.js";
438
+ } from "./chunk-OIGM6VKQ.js";
439
439
  import {
440
440
  CaptchaError,
441
441
  MapsSearchIncompletePageError,
@@ -72081,6 +72081,16 @@ function personalAssistantProductionReadiness() {
72081
72081
  reasonCodes: Object.freeze([...reasonCodes])
72082
72082
  });
72083
72083
  }
72084
+ async function settlePersonalAssistantProductionStartup(startup) {
72085
+ try {
72086
+ return await startup;
72087
+ } catch (error) {
72088
+ if (!(error instanceof PersonalAssistantProductionConfigurationError)) throw error;
72089
+ const readiness = personalAssistantProductionReadiness();
72090
+ console.error("[personal-assistant] startup blocked:", error.code, readiness.reasonCodes);
72091
+ return readiness;
72092
+ }
72093
+ }
72084
72094
 
72085
72095
  // src/api/site-audit-worker.ts
72086
72096
  var MAX_CONCURRENT_SITE_AUDIT = 1;
@@ -74280,11 +74290,13 @@ async function callResendExportPage(identity, input) {
74280
74290
  }
74281
74291
 
74282
74292
  // src/api/server.ts
74283
- var personalAssistantProductionStartup = configurePersonalAssistantProduction({
74284
- variables: process.env,
74285
- bindingFactory: buildPersonalAssistantProductionBindingsFromEnvironment,
74286
- allowLocalOmission: true
74287
- });
74293
+ var personalAssistantProductionStartup = settlePersonalAssistantProductionStartup(
74294
+ configurePersonalAssistantProduction({
74295
+ variables: process.env,
74296
+ bindingFactory: buildPersonalAssistantProductionBindingsFromEnvironment,
74297
+ allowLocalOmission: true
74298
+ })
74299
+ );
74288
74300
  var secureCookies2 = process.env.NODE_ENV === "production" || process.env.VERCEL === "1";
74289
74301
  var isProduction = secureCookies2;
74290
74302
  var sessionCookieOptions2 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-scraper",
3
- "version": "0.79.0",
3
+ "version": "0.79.1",
4
4
  "description": "MCP server for MCP Scraper web intelligence tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",