mcp-scraper 0.68.0 → 0.69.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,33 @@ All notable changes to MCP Scraper are documented here. The format is based on [
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ### Fixed
8
+
9
+ - Meta activation asset discovery now resolves the authorized ad account before listing its datasets, so the dashboard can select an actual connected dataset instead of requiring a copied ID.
10
+ - `analytics_test_activation_destination` now accepts and forwards the provider test code required by Meta/TikTok or the test ID required by Reddit, matching the REST and dashboard contracts.
11
+
12
+ ## [0.69.0] - 2026-08-27
13
+
14
+ ### Added
15
+
16
+ - Added production reporting for sessions, visitors, confirmed and candidate-assisted journeys, chronological timelines, lead-stage funnels, seven attribution models, ad-spend efficiency, lead scores, and evidence-gated predictions.
17
+ - Added four-purpose consent receipts, GPC and withdrawal enforcement, purpose-specific retention, governed export and deletion, namespace isolation, and audited deterministic promotion of candidate associations.
18
+ - Added guided setup and product-health evidence, configurable fixed or conditional event values, saved report views, privacy-safe support diagnostics, and scale/restore verification tooling.
19
+ - Added documented and tenant-discovered CRM capability profiles for HubSpot, Salesforce, HighLevel, Zoho, Pipedrive, and Keap, including explicit field provisioning, person sync, journey activity, pipeline-event mapping, test writes, and incremental outcome reads where the provider supports them.
20
+ - Added CallRail and Twilio reconciliation actions and expanded the unified public MCP catalog to 315 tools with 40 new production X-Ray operations.
21
+
22
+ ### Changed
23
+
24
+ - X-Ray MCP operations now publish operation-specific input and output contracts, bounded redacted results, explicit destructive annotations, and persisted conflicting-idempotency-key rejection.
25
+ - Candidate-assisted evidence remains a separately conserved reporting overlay and cannot activate ads, update CRM records, train predictions, or establish a confirmed identity without deterministic evidence.
26
+ - CRM person sync is contact-only; deals are created or updated only through an approved, versioned pipeline-event mapping.
27
+ - The Pixel now enforces independent site-analytics, enhanced-matching, and advertising-measurement purposes while retaining necessary-only consent receipts and deletion precedence.
28
+
29
+ ### Fixed
30
+
31
+ - Activation readiness now persists accepted provider evidence without UUID/text casting failures and unwraps typed connected-service receipts before verification.
32
+ - Public catalog mirrors, provider inventories, readiness guards, and release contracts now agree on the 315-tool and 329-action production surfaces.
33
+
7
34
  ## [0.68.0] - 2026-08-26
8
35
 
9
36
  ### Added
@@ -1164,7 +1191,8 @@ All notable changes to MCP Scraper are documented here. The format is based on [
1164
1191
  - Write actions remain unavailable until the account owner explicitly enables them.
1165
1192
  - Provider-specific connection data is normalized into one agent-facing contract.
1166
1193
 
1167
- [Unreleased]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.68.0...HEAD
1194
+ [Unreleased]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.69.0...HEAD
1195
+ [0.69.0]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.68.0...v0.69.0
1168
1196
  [0.68.0]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.67.1...v0.68.0
1169
1197
  [0.67.1]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.67.0...v0.67.1
1170
1198
  [0.67.0]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.66.7...v0.67.0
package/README.md CHANGED
@@ -159,7 +159,7 @@ Build the branded one-click bundle:
159
159
  npm run build:mcpb
160
160
  ```
161
161
 
162
- 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.68.0`, SHA-256 `bbf4525ff5bb482f889f5b1883e078186e92c1737f3aaf1936e7dae7d4c7a74b`). 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.
162
+ 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.69.1`, SHA-256 `21d4e7c0dc0e4a44c0f4af293e864b16aafb09d184282203ee2618380fbf8c0f`). 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.
163
163
 
164
164
  The MCPB install exposes every tool — web-intelligence plus all `browser_*` tools — through the one `mcp-scraper` server.
165
165
 
@@ -317,7 +317,7 @@ The `mcp-scraper` server (and the MCPB bundle, which runs it) exposes both secti
317
317
 
318
318
  All MCP tools return `structuredContent` with the IDs, URLs, CSV paths, transcripts, browser session handles, replay paths, artifacts, recipe fields, or blueprint fields needed by the next step, plus readable text content for compatibility. Runtime `tools/list` omits output schemas so strict clients can register the complete catalog; the generated developer manifest retains every canonical output schema for validation and typed SDK generation. All tools carry MCP annotations; file-writing tools such as replay downloads and annotations state their filesystem side effects.
319
319
 
320
- The canonical tool inventory is generated at `docs/mcp-tool-manifest.generated.json`. The unified server exposes 275 tools: 174 scraper, browser, workflow, billing, and connected-service tools plus 101 durable-memory tools. The scraper-side inventory includes rendered site-content similarity, governed Local Sourcebook tools, Transparent Commons entity, linkset, and publication tools, direct site-export text and image readers, the searchable News Publisher and Editorial Reading Room template workflow, and 33 X-Ray tools for pixel administration, reporting, attribution journeys, campaign links, exports, and scheduled reports. Successful evidence-compiled Local Sourcebook revisions publish automatically to their canonical `localsourcebook.com` category profile and review URLs; administrator controls handle exceptional rejection or unpublishing. Release verification compares the exact local and hosted tool-name sets, not only the count.
320
+ The canonical tool inventory is generated at `docs/mcp-tool-manifest.generated.json`. The unified server exposes 315 tools: 214 scraper, browser, workflow, billing, and connected-service tools plus 101 durable-memory tools. The scraper-side inventory includes rendered site-content similarity, governed Local Sourcebook tools, Transparent Commons entity, linkset, and publication tools, direct site-export text and image readers, the searchable News Publisher and Editorial Reading Room template workflow, and 33 X-Ray tools for pixel administration, reporting, attribution journeys, campaign links, exports, and scheduled reports. Successful evidence-compiled Local Sourcebook revisions publish automatically to their canonical `localsourcebook.com` category profile and review URLs; administrator controls handle exceptional rejection or unpublishing. Release verification compares the exact local and hosted tool-name sets, not only the count.
321
321
 
322
322
  For contract parity, stdio and MCPB memory calls invoke the matching public tool on the hosted MCP Scraper `/mcp` endpoint. The hosted aggregate runtime owns MCP Scraper-specific billing, scheduling, credential, and in-process cutover policy; its internal `/memory/mcp-call` bridge is a fallback to the standalone memory service, not the public stdio execution path. Direct `mcp-memory` OAuth and stdio clients continue to use `memory.mcpscraper.dev` and must be verified as a separate dependent release surface.
323
323
 
@@ -77,7 +77,7 @@ import {
77
77
  updateAnalyticsPixel,
78
78
  upsertAnalyticsAdSpend,
79
79
  upsertAnalyticsHostGroup
80
- } from "./chunk-SZEDXVJH.js";
80
+ } from "./chunk-KO5CK5ZT.js";
81
81
  import "./chunk-65FTMB7G.js";
82
82
  export {
83
83
  ANALYTICS_CONTENT_SORTS,