mcp-scraper 0.65.0 → 0.65.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.
@@ -13,7 +13,7 @@ import {
13
13
  registerScheduledResultsMcpTools,
14
14
  registerSerpIntelligenceCaptureTools,
15
15
  resolveDeploymentProfile
16
- } from "../chunk-PSKRQDGN.js";
16
+ } from "../chunk-PDAKCYHZ.js";
17
17
  import "../chunk-342OUCSG.js";
18
18
  import "../chunk-VIWT35S6.js";
19
19
  import "../chunk-4LINSJNI.js";
@@ -23,7 +23,7 @@ import {
23
23
  import "../chunk-UVFB24RZ.js";
24
24
  import {
25
25
  PACKAGE_VERSION
26
- } from "../chunk-5BODYBIP.js";
26
+ } from "../chunk-CGKWNXJR.js";
27
27
  import "../chunk-EKJ65E3Z.js";
28
28
  import "../chunk-2XUXVKT4.js";
29
29
  import "../chunk-4VG3NUUY.js";
@@ -0,0 +1,7 @@
1
+ // src/version.ts
2
+ var PACKAGE_VERSION = "0.65.1";
3
+
4
+ export {
5
+ PACKAGE_VERSION
6
+ };
7
+ //# sourceMappingURL=chunk-CGKWNXJR.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.65.1'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
@@ -17,7 +17,7 @@ import {
17
17
  } from "./chunk-4LINSJNI.js";
18
18
  import {
19
19
  PACKAGE_VERSION
20
- } from "./chunk-5BODYBIP.js";
20
+ } from "./chunk-CGKWNXJR.js";
21
21
  import {
22
22
  createPrivateArtifact,
23
23
  privateArtifactOwnerId,
@@ -2556,7 +2556,7 @@ function buildSeoExport(siteUrl, pages, branding) {
2556
2556
  branding: branding ?? void 0
2557
2557
  };
2558
2558
  }
2559
- function formatBackgroundJobStarted(toolLabel, data, delivery) {
2559
+ function formatBackgroundJobStarted(toolLabel, url, data, delivery) {
2560
2560
  if (data.status !== "pending" || typeof data.jobId !== "string") return null;
2561
2561
  const jobId = data.jobId;
2562
2562
  const full = [
@@ -2571,6 +2571,7 @@ Poll \`check_site_export\` with this jobId. When ready, use \`site_export_read\`
2571
2571
  return {
2572
2572
  content: [{ type: "text", text: full }],
2573
2573
  structuredContent: {
2574
+ url,
2574
2575
  jobId,
2575
2576
  status: "pending",
2576
2577
  requestedMaxPages: data.requestedMaxPages,
@@ -2592,6 +2593,7 @@ async function formatExtractSite(raw, input, ctx) {
2592
2593
  if ("error" in parsed) return formattedErrorResult(parsed.error);
2593
2594
  const started = formatBackgroundJobStarted(
2594
2595
  input.toolLabel ?? "Multi-Page Site Content Crawl",
2596
+ input.url,
2595
2597
  parsed.data,
2596
2598
  {
2597
2599
  requested: input.delivery ?? "auto",
@@ -2722,6 +2724,7 @@ async function formatAuditSite(raw, input, ctx) {
2722
2724
  if ("error" in parsed) return formattedErrorResult(parsed.error);
2723
2725
  const started = formatBackgroundJobStarted(
2724
2726
  "Technical SEO Audit",
2727
+ input.url,
2725
2728
  parsed.data,
2726
2729
  {
2727
2730
  requested: input.delivery ?? "auto",
@@ -16710,4 +16713,4 @@ export {
16710
16713
  ScheduledResultsMcpExecutor,
16711
16714
  registerScheduledResultsMcpTools
16712
16715
  };
16713
- //# sourceMappingURL=chunk-PSKRQDGN.js.map
16716
+ //# sourceMappingURL=chunk-PDAKCYHZ.js.map