mcp-scraper 0.73.3 → 0.73.5
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 +15 -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-I4A72GDS.js → chunk-EG5P3XDM.js} +1 -1
- package/dist/{chunk-BVLTBKLW.js → chunk-RXP56IYL.js} +1 -1
- package/dist/{server-KXSMYT7U.js → server-RSICBHZK.js} +5 -4
- package/package.json +1 -1
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.5] - 2026-08-28
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- Promoted resolved visitor-reference journey details to person presentation, so deterministic identity resolution immediately unlocks the known-person label and authorized masked identity panel across the complete historical journey.
|
|
12
|
+
|
|
13
|
+
## [0.73.4] - 2026-08-28
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
- Scoped nullable acquisition handling to enhanced Journey session details while preserving the non-nullable session-table contract, restoring the production Web typecheck and deploy.
|
|
18
|
+
|
|
7
19
|
## [0.73.3] - 2026-08-28
|
|
8
20
|
|
|
9
21
|
### Fixed
|
|
@@ -1328,7 +1340,9 @@ All notable changes to MCP Scraper are documented here. The format is based on [
|
|
|
1328
1340
|
- Write actions remain unavailable until the account owner explicitly enables them.
|
|
1329
1341
|
- Provider-specific connection data is normalized into one agent-facing contract.
|
|
1330
1342
|
|
|
1331
|
-
[Unreleased]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.
|
|
1343
|
+
[Unreleased]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.5...HEAD
|
|
1344
|
+
[0.73.5]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.4...v0.73.5
|
|
1345
|
+
[0.73.4]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.3...v0.73.4
|
|
1332
1346
|
[0.73.3]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.2...v0.73.3
|
|
1333
1347
|
[0.73.2]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.1...v0.73.2
|
|
1334
1348
|
[0.73.1]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.0...v0.73.1
|
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.
|
|
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.5`, SHA-256 `6915f884d309dc70570bef7abe10aae291cc0b16a422c0876a936a556dc9f2c4`). 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-RSICBHZK.js"),
|
|
21
21
|
import("../worker-CBK5DWEE.js"),
|
|
22
22
|
import("../db-566MOHHD.js")
|
|
23
23
|
]);
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../chunk-Q2J23DHY.js";
|
|
5
5
|
import {
|
|
6
6
|
PACKAGE_VERSION
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-RXP56IYL.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-EG5P3XDM.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-RXP56IYL.js";
|
|
30
30
|
import "../chunk-DNM65UCK.js";
|
|
31
31
|
import "../chunk-EQJRPDUS.js";
|
|
32
32
|
import "../chunk-WEFPBAAG.js";
|
|
@@ -280,7 +280,7 @@ import {
|
|
|
280
280
|
resolveDeploymentProfile,
|
|
281
281
|
resolveLocalSourcebookSchemaType,
|
|
282
282
|
transcribeMediaUrl
|
|
283
|
-
} from "./chunk-
|
|
283
|
+
} from "./chunk-EG5P3XDM.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-
|
|
348
|
+
} from "./chunk-RXP56IYL.js";
|
|
349
349
|
import {
|
|
350
350
|
SITE_EXTRACT_ARTIFACT_PREFIX,
|
|
351
351
|
abandonExtractSettlement,
|
|
@@ -34948,11 +34948,12 @@ async function analyticsSessionTimeline(input, db = getAnalyticsPool()) {
|
|
|
34948
34948
|
total_engagement_ms: null,
|
|
34949
34949
|
average_engagement_ms: null
|
|
34950
34950
|
};
|
|
34951
|
+
const resolvedPersonId = summary.resolved_person_id ?? subject.personId;
|
|
34951
34952
|
return {
|
|
34952
34953
|
subject: {
|
|
34953
|
-
kind: subject.kind,
|
|
34954
|
+
kind: resolvedPersonId ? "person" : subject.kind,
|
|
34954
34955
|
reference: input.reference,
|
|
34955
|
-
personRef:
|
|
34956
|
+
personRef: resolvedPersonId ? createAnalyticsReportReference("person", input.siteId, resolvedPersonId) : null
|
|
34956
34957
|
},
|
|
34957
34958
|
range: { ...range, fromInclusive: true, toExclusive: true },
|
|
34958
34959
|
journeyTier: "confirmed",
|