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 +6 -0
- package/README.md +1 -1
- package/dist/bin/api-server.js +1 -1
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-core.js +3 -3
- package/dist/bin/mcp-scraper-install.js +1 -1
- package/dist/bin/mcp-stdio-server.js +3 -3
- package/dist/{chunk-2JF4ECSJ.js → chunk-NH3EUCZL.js} +1 -1
- package/dist/{chunk-ATIVTEML.js → chunk-OIGM6VKQ.js} +1 -1
- package/dist/{chunk-Q54QVYJ2.js → chunk-QVW5S6BD.js} +2 -2
- package/dist/{server-QJUBOH6L.js → server-MNSYIX42.js} +19 -7
- package/package.json +1 -1
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.
|
|
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
|
|
package/dist/bin/api-server.js
CHANGED
|
@@ -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-
|
|
20
|
+
import("../server-MNSYIX42.js"),
|
|
21
21
|
import("../worker-VU6JCCLG.js"),
|
|
22
22
|
import("../db-TA567JLA.js")
|
|
23
23
|
]);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
runMcpScraperStdio
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
5
|
-
import "../chunk-
|
|
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-
|
|
16
|
+
import "../chunk-OIGM6VKQ.js";
|
|
17
17
|
import "../chunk-OU4FV2RP.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-
|
|
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-
|
|
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-
|
|
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-
|
|
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 =
|
|
74284
|
-
|
|
74285
|
-
|
|
74286
|
-
|
|
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 = {
|