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 +7 -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 +4 -4
- package/dist/bin/mcp-scraper-install.js +2 -2
- package/dist/bin/mcp-stdio-server.js +4 -4
- package/dist/{chunk-MVB25X55.js → chunk-ETQ7J2EB.js} +1 -1
- package/dist/{chunk-IHYG52ZW.js → chunk-N63ZFFU2.js} +1 -1
- package/dist/{chunk-TCYZ7HMU.js → chunk-PQVLX5WT.js} +3 -3
- package/dist/{chunk-7UZAVM4J.js → chunk-RUBI3OXR.js} +1 -1
- package/dist/{server-MDWFOUTS.js → server-BMQKWVCZ.js} +2 -2
- package/package.json +2 -2
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.
|
|
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
|
|
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-BMQKWVCZ.js"),
|
|
21
21
|
import("../worker-3LUFQWWJ.js"),
|
|
22
22
|
import("../db-Z34LPZNR.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-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-
|
|
13
|
+
import "../chunk-ETQ7J2EB.js";
|
|
14
14
|
import "../chunk-VXLU74YZ.js";
|
|
15
15
|
import "../chunk-GGZEC22A.js";
|
|
16
|
-
import "../chunk-
|
|
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-
|
|
4
|
+
} from "../chunk-ETQ7J2EB.js";
|
|
5
5
|
import {
|
|
6
6
|
PACKAGE_VERSION
|
|
7
|
-
} from "../chunk-
|
|
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-
|
|
5
|
-
import "../chunk-
|
|
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-
|
|
13
|
+
import "../chunk-ETQ7J2EB.js";
|
|
14
14
|
import "../chunk-VXLU74YZ.js";
|
|
15
15
|
import "../chunk-GGZEC22A.js";
|
|
16
|
-
import "../chunk-
|
|
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
|
|
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
|
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
registerScheduledResultsMcpTools,
|
|
13
13
|
registerSerpIntelligenceCaptureTools,
|
|
14
14
|
resolveDeploymentProfile
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-RUBI3OXR.js";
|
|
16
16
|
import {
|
|
17
17
|
renderInstallTerminal
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-ETQ7J2EB.js";
|
|
19
19
|
import {
|
|
20
20
|
PACKAGE_VERSION
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-N63ZFFU2.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-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-
|
|
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
|
+
"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": "
|
|
146
|
+
"zod": "4.4.3"
|
|
147
147
|
},
|
|
148
148
|
"devDependencies": {
|
|
149
149
|
"@onkernel/cli": "^0.19.2",
|