mcp-scraper 0.83.5 → 0.85.0
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 +41 -1
- package/README.md +2 -2
- package/dist/{analytics-repository-GA6P5S5J.js → analytics-repository-4VZQ4TKW.js} +9 -1
- package/dist/bin/api-server.js +3 -3
- package/dist/bin/mcp-scraper-cli.js +3 -3
- package/dist/bin/mcp-scraper-core.js +6 -6
- package/dist/bin/mcp-scraper-install.js +2 -2
- package/dist/bin/mcp-stdio-server.js +6 -6
- package/dist/{chunk-VJHMPJR7.js → chunk-2ZDYUTOZ.js} +3 -3
- package/dist/{chunk-ACDNW7TG.js → chunk-6IOGTFNS.js} +1 -1
- package/dist/{chunk-HGJJQY24.js → chunk-C7OKENCR.js} +1 -1
- package/dist/{chunk-BGD7U3AE.js → chunk-P7FWOMU7.js} +10 -4
- package/dist/{chunk-2B636U7P.js → chunk-RHAOKXQK.js} +1 -1
- package/dist/{chunk-CNAJWRJT.js → chunk-TLRJV4SL.js} +583 -29
- package/dist/{chunk-ZHPGPVJJ.js → chunk-W3SGF7GX.js} +33 -7
- package/dist/{chunk-2BOBOKFQ.js → chunk-W4IY6CB4.js} +2858 -1328
- package/dist/{chunk-UXVT7FWW.js → chunk-WN7N4ESQ.js} +2 -2
- package/dist/{chunk-4NZ6JFK5.js → chunk-X5HRAAQM.js} +2 -2
- package/dist/{extract-bundle-HTWWJD6N.js → extract-bundle-NSMGHEG6.js} +2 -2
- package/dist/{gmail-service-VXE7OYNA.js → gmail-service-BTRAHGJS.js} +2 -2
- package/dist/{server-2E4YF6TY.js → server-EOPETL7Q.js} +2291 -2267
- package/dist/{site-extract-repository-Y5WQFSQW.js → site-extract-repository-DWU52BRQ.js} +2 -2
- package/dist/{worker-FM3ZRDY4.js → worker-5A375BGN.js} +1 -1
- package/package.json +1 -1
- package/public/.well-known/xray-install.json +9 -4
- package/public/agent-install.md +8 -2
|
@@ -30,9 +30,9 @@ import {
|
|
|
30
30
|
setExtractJobTotal,
|
|
31
31
|
settleExtractJob,
|
|
32
32
|
terminalExtractJobStatus
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-C7OKENCR.js";
|
|
34
34
|
import "./chunk-DNM65UCK.js";
|
|
35
|
-
import "./chunk-
|
|
35
|
+
import "./chunk-X5HRAAQM.js";
|
|
36
36
|
import "./chunk-YXNDOQXN.js";
|
|
37
37
|
export {
|
|
38
38
|
XRAY_ENTITLED_EXTRACT_BILLING_CLASS,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "https://mcpscraper.dev/schemas/xray-install-contract-v1.json",
|
|
3
|
-
"protocolVersion": "
|
|
3
|
+
"protocolVersion": "3.0.0",
|
|
4
4
|
"product": "Thorbit X-Ray",
|
|
5
5
|
"triggerPhrases": [
|
|
6
6
|
"Install X-Ray",
|
|
@@ -151,6 +151,10 @@
|
|
|
151
151
|
"Infer the business model and customer outcome, then propose one privacy-safe measurement plan.",
|
|
152
152
|
"If the Pixel is absent, return the canonical one-time tag and exact uncovered surfaces; do not claim ongoing control there.",
|
|
153
153
|
"Publish an approved measurement revision as a digest-bound runtime manifest; source or repository access is not required.",
|
|
154
|
+
"For SaaS, verify the measurement foundation: global tag coverage, ad-source capture, lifecycle events, currency and timezone, consent, and observed outcome events.",
|
|
155
|
+
"Optionally publish a structured post-purchase survey after approved disclosure evidence; reported influence remains separate from deterministic touches.",
|
|
156
|
+
"Compare observed attribution with customer-reported influence only with explicit weights totaling 1,000,000 micros and a named methodology version.",
|
|
157
|
+
"Keep view-through reporting unavailable until event-level provider evidence can join to an eligible X-Ray subject; aggregate impressions never qualify.",
|
|
154
158
|
"Verify route coverage, consent, PageViews, manifest convergence, bounded rule matches, and persisted definition/version evidence.",
|
|
155
159
|
"Require a separate exact-revision approval before any canary or real-visitor experiment activation.",
|
|
156
160
|
"Return first customer-journey answers when sufficient, or exact evidence-readiness thresholds when not.",
|
|
@@ -162,7 +166,9 @@
|
|
|
162
166
|
"Never call ad platforms directly or silently activate events, definitions, funnels, or delivery destinations.",
|
|
163
167
|
"Never treat a CTA click as a customer, sale, or revenue event without verified outcome evidence.",
|
|
164
168
|
"Never claim full-domain installation while an in-scope route or renderer is missing, excluded without approval, or unverifiable.",
|
|
165
|
-
"Never treat event-name presence as verification; require persisted definition ID and version evidence."
|
|
169
|
+
"Never treat event-name presence as verification; require persisted definition ID and version evidence.",
|
|
170
|
+
"Never accept survey invitation tokens or exchange codes through MCP inputs or prompts.",
|
|
171
|
+
"Never treat customer-reported influence as identity, CRM mutation authority, ad-activation evidence, or a deterministic touch."
|
|
166
172
|
],
|
|
167
173
|
"terminalStates": [
|
|
168
174
|
"complete",
|
|
@@ -170,9 +176,8 @@
|
|
|
170
176
|
"input_required",
|
|
171
177
|
"approval_required",
|
|
172
178
|
"runtime_convergence_required",
|
|
173
|
-
"outcome_connection_required",
|
|
174
179
|
"not_ready",
|
|
175
180
|
"error"
|
|
176
181
|
],
|
|
177
|
-
"protocolDigest": "sha256:
|
|
182
|
+
"protocolDigest": "sha256:10788ebb70ff53b86b48fc6af7df9b34d7a51b80f31a1b9eeaa587701d95012a"
|
|
178
183
|
}
|
package/public/agent-install.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Install Thorbit X-Ray
|
|
2
2
|
|
|
3
|
-
Protocol version:
|
|
4
|
-
Protocol digest: sha256:
|
|
3
|
+
Protocol version: 3.0.0
|
|
4
|
+
Protocol digest: sha256:10788ebb70ff53b86b48fc6af7df9b34d7a51b80f31a1b9eeaa587701d95012a
|
|
5
5
|
|
|
6
6
|
Say **“Install X-Ray”** or **“Install X-Ray on this site and tell me what drives customers.”**
|
|
7
7
|
|
|
@@ -177,6 +177,10 @@ Rollback: Disconnect MCP Scraper from the host. Pixel removal remains an owner-c
|
|
|
177
177
|
1. Infer the business model and customer outcome, then propose one privacy-safe measurement plan.
|
|
178
178
|
1. If the Pixel is absent, return the canonical one-time tag and exact uncovered surfaces; do not claim ongoing control there.
|
|
179
179
|
1. Publish an approved measurement revision as a digest-bound runtime manifest; source or repository access is not required.
|
|
180
|
+
1. For SaaS, verify the measurement foundation: global tag coverage, ad-source capture, lifecycle events, currency and timezone, consent, and observed outcome events.
|
|
181
|
+
1. Optionally publish a structured post-purchase survey after approved disclosure evidence; reported influence remains separate from deterministic touches.
|
|
182
|
+
1. Compare observed attribution with customer-reported influence only with explicit weights totaling 1,000,000 micros and a named methodology version.
|
|
183
|
+
1. Keep view-through reporting unavailable until event-level provider evidence can join to an eligible X-Ray subject; aggregate impressions never qualify.
|
|
180
184
|
1. Verify route coverage, consent, PageViews, manifest convergence, bounded rule matches, and persisted definition/version evidence.
|
|
181
185
|
1. Require a separate exact-revision approval before any canary or real-visitor experiment activation.
|
|
182
186
|
1. Return first customer-journey answers when sufficient, or exact evidence-readiness thresholds when not.
|
|
@@ -190,5 +194,7 @@ Rollback: Disconnect MCP Scraper from the host. Pixel removal remains an owner-c
|
|
|
190
194
|
- Never treat a CTA click as a customer, sale, or revenue event without verified outcome evidence.
|
|
191
195
|
- Never claim full-domain installation while an in-scope route or renderer is missing, excluded without approval, or unverifiable.
|
|
192
196
|
- Never treat event-name presence as verification; require persisted definition ID and version evidence.
|
|
197
|
+
- Never accept survey invitation tokens or exchange codes through MCP inputs or prompts.
|
|
198
|
+
- Never treat customer-reported influence as identity, CRM mutation authority, ad-activation evidence, or a deterministic touch.
|
|
193
199
|
|
|
194
200
|
Machine-readable contract: https://mcpscraper.dev/.well-known/xray-install.json
|