mcp-scraper 0.75.0 → 0.75.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 +8 -1
- 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-install.js +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/{chunk-RDPWFAR3.js → chunk-IUEELMHS.js} +1 -1
- package/dist/{chunk-DT7UD2ER.js → chunk-VFG5P77C.js} +1 -1
- package/dist/{server-KNCC6FXQ.js → server-ZJUMRVCT.js} +2 -2
- 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.75.1] - 2026-08-28
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- Parsed quoted Vercel environment files before analytics migrations, so the documented production migration command resolves the real PostgreSQL host without a custom wrapper while preserving process-level overrides.
|
|
12
|
+
|
|
7
13
|
## [0.75.0] - 2026-08-28
|
|
8
14
|
|
|
9
15
|
### Added
|
|
@@ -1392,7 +1398,8 @@ All notable changes to MCP Scraper are documented here. The format is based on [
|
|
|
1392
1398
|
- Write actions remain unavailable until the account owner explicitly enables them.
|
|
1393
1399
|
- Provider-specific connection data is normalized into one agent-facing contract.
|
|
1394
1400
|
|
|
1395
|
-
[Unreleased]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.75.
|
|
1401
|
+
[Unreleased]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.75.1...HEAD
|
|
1402
|
+
[0.75.1]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.75.0...v0.75.1
|
|
1396
1403
|
[0.75.0]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.74.0...v0.75.0
|
|
1397
1404
|
[0.74.0]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.8...v0.74.0
|
|
1398
1405
|
[0.73.8]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.7...v0.73.8
|
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.75.
|
|
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.75.1`, SHA-256 `c24d80648f4479678dea1cef1119ef55ff43676f0aa085b53c510cbd344bf729`). 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 }, { startWorker }, { migrate }] = await Promise.all([
|
|
19
19
|
import("@hono/node-server"),
|
|
20
|
-
import("../server-
|
|
20
|
+
import("../server-ZJUMRVCT.js"),
|
|
21
21
|
import("../worker-7ASMH3MT.js"),
|
|
22
22
|
import("../db-566MOHHD.js")
|
|
23
23
|
]);
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../chunk-45AZ5CR2.js";
|
|
5
5
|
import {
|
|
6
6
|
PACKAGE_VERSION
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-IUEELMHS.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-
|
|
16
|
+
} from "../chunk-VFG5P77C.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-
|
|
29
|
+
} from "../chunk-IUEELMHS.js";
|
|
30
30
|
import "../chunk-DNM65UCK.js";
|
|
31
31
|
import "../chunk-6W4ADSWE.js";
|
|
32
32
|
import "../chunk-WEFPBAAG.js";
|
|
@@ -283,7 +283,7 @@ import {
|
|
|
283
283
|
resolveDeploymentProfile,
|
|
284
284
|
resolveLocalSourcebookSchemaType,
|
|
285
285
|
transcribeMediaUrl
|
|
286
|
-
} from "./chunk-
|
|
286
|
+
} from "./chunk-VFG5P77C.js";
|
|
287
287
|
import {
|
|
288
288
|
auditImageUrls,
|
|
289
289
|
auditImages,
|
|
@@ -348,7 +348,7 @@ import {
|
|
|
348
348
|
} from "./chunk-GGZEC22A.js";
|
|
349
349
|
import {
|
|
350
350
|
PACKAGE_VERSION
|
|
351
|
-
} from "./chunk-
|
|
351
|
+
} from "./chunk-IUEELMHS.js";
|
|
352
352
|
import {
|
|
353
353
|
SITE_EXTRACT_ARTIFACT_PREFIX,
|
|
354
354
|
abandonExtractSettlement,
|