mcp-scraper 0.63.1 → 0.63.2

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.
Files changed (35) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/README.md +1 -1
  3. package/dist/bin/api-server.cjs +49 -15
  4. package/dist/bin/api-server.cjs.map +1 -1
  5. package/dist/bin/api-server.js +2 -2
  6. package/dist/bin/mcp-scraper-cli.cjs +1 -1
  7. package/dist/bin/mcp-scraper-cli.cjs.map +1 -1
  8. package/dist/bin/mcp-scraper-cli.js +1 -1
  9. package/dist/bin/mcp-scraper-install.cjs +1 -1
  10. package/dist/bin/mcp-scraper-install.cjs.map +1 -1
  11. package/dist/bin/mcp-scraper-install.js +1 -1
  12. package/dist/bin/mcp-stdio-server.cjs +2 -2
  13. package/dist/bin/mcp-stdio-server.cjs.map +1 -1
  14. package/dist/bin/mcp-stdio-server.js +3 -3
  15. package/dist/chunk-JDNM65MP.js +7 -0
  16. package/dist/chunk-JDNM65MP.js.map +1 -0
  17. package/dist/{chunk-DPE2TOCF.js → chunk-O4WUHQO7.js} +2 -2
  18. package/dist/{chunk-BWSGR75I.js → chunk-PIILOYUV.js} +4 -4
  19. package/dist/chunk-PIILOYUV.js.map +1 -0
  20. package/dist/{chunk-DKKTAT3B.js → chunk-ZTGYALNU.js} +11 -4
  21. package/dist/{chunk-DKKTAT3B.js.map → chunk-ZTGYALNU.js.map} +1 -1
  22. package/dist/{extract-bundle-QXIMQRTF.js → extract-bundle-6CTSKCTB.js} +3 -3
  23. package/dist/{server-KPB4NXGE.js → server-6HVQEEIF.js} +38 -19
  24. package/dist/server-6HVQEEIF.js.map +1 -0
  25. package/dist/{site-extract-repository-TJG6DVSG.js → site-extract-repository-OXKRUOZH.js} +3 -3
  26. package/dist/{worker-PUQTKS6O.js → worker-ZBTU45L2.js} +2 -2
  27. package/package.json +1 -1
  28. package/dist/chunk-2HKLEEQV.js +0 -7
  29. package/dist/chunk-2HKLEEQV.js.map +0 -1
  30. package/dist/chunk-BWSGR75I.js.map +0 -1
  31. package/dist/server-KPB4NXGE.js.map +0 -1
  32. /package/dist/{chunk-DPE2TOCF.js.map → chunk-O4WUHQO7.js.map} +0 -0
  33. /package/dist/{extract-bundle-QXIMQRTF.js.map → extract-bundle-6CTSKCTB.js.map} +0 -0
  34. /package/dist/{site-extract-repository-TJG6DVSG.js.map → site-extract-repository-OXKRUOZH.js.map} +0 -0
  35. /package/dist/{worker-PUQTKS6O.js.map → worker-ZBTU45L2.js.map} +0 -0
@@ -13,7 +13,7 @@ import {
13
13
  registerScheduledResultsMcpTools,
14
14
  registerSerpIntelligenceCaptureTools,
15
15
  resolveDeploymentProfile
16
- } from "../chunk-BWSGR75I.js";
16
+ } from "../chunk-PIILOYUV.js";
17
17
  import "../chunk-GU627KTM.js";
18
18
  import "../chunk-VIWT35S6.js";
19
19
  import "../chunk-4LINSJNI.js";
@@ -22,9 +22,9 @@ import {
22
22
  } from "../chunk-LTKTGV6P.js";
23
23
  import {
24
24
  PACKAGE_VERSION
25
- } from "../chunk-2HKLEEQV.js";
25
+ } from "../chunk-JDNM65MP.js";
26
26
  import "../chunk-EKJ65E3Z.js";
27
- import "../chunk-DKKTAT3B.js";
27
+ import "../chunk-ZTGYALNU.js";
28
28
  import "../chunk-4VG3NUUY.js";
29
29
 
30
30
  // bin/mcp-stdio-server.ts
@@ -0,0 +1,7 @@
1
+ // src/version.ts
2
+ var PACKAGE_VERSION = "0.63.2";
3
+
4
+ export {
5
+ PACKAGE_VERSION
6
+ };
7
+ //# sourceMappingURL=chunk-JDNM65MP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.63.2'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
@@ -7,7 +7,7 @@ import {
7
7
  } from "./chunk-EKJ65E3Z.js";
8
8
  import {
9
9
  LedgerOperation
10
- } from "./chunk-DKKTAT3B.js";
10
+ } from "./chunk-ZTGYALNU.js";
11
11
  import {
12
12
  CREDIT_LOT_TTL,
13
13
  getDb,
@@ -797,4 +797,4 @@ export {
797
797
  setExtractJobPublicError,
798
798
  settleExtractJob
799
799
  };
800
- //# sourceMappingURL=chunk-DPE2TOCF.js.map
800
+ //# sourceMappingURL=chunk-O4WUHQO7.js.map
@@ -17,7 +17,7 @@ import {
17
17
  } from "./chunk-4LINSJNI.js";
18
18
  import {
19
19
  PACKAGE_VERSION
20
- } from "./chunk-2HKLEEQV.js";
20
+ } from "./chunk-JDNM65MP.js";
21
21
  import {
22
22
  createPrivateArtifact,
23
23
  privateArtifactOwnerId,
@@ -30,7 +30,7 @@ import {
30
30
  PAA_QUESTION_CREDITS,
31
31
  PAGE_SCRAPE_CREDITS,
32
32
  SERP_SEARCH_CREDITS
33
- } from "./chunk-DKKTAT3B.js";
33
+ } from "./chunk-ZTGYALNU.js";
34
34
  import {
35
35
  PUBLIC_ERROR_CODES,
36
36
  buildPublicErrorEnvelope,
@@ -1773,7 +1773,7 @@ function publicErrorText(envelope) {
1773
1773
  if (envelope.retry_after_seconds) lines.push(`Retry after: ${envelope.retry_after_seconds} seconds.`);
1774
1774
  if (envelope.charge_status) lines.push(`Charge status: ${envelope.charge_status.replaceAll("_", " ")}.`);
1775
1775
  if (typeof details.upgrade_url === "string") lines.push(`Add capacity: ${details.upgrade_url}`);
1776
- if (typeof details.topup_url === "string") lines.push(`Top up: ${details.topup_url}`);
1776
+ if (typeof details.topup_url === "string") lines.push(`Plans: ${details.topup_url}`);
1777
1777
  if (typeof details.upgrade_command === "string") lines.push(`Terminal: ${details.upgrade_command}`);
1778
1778
  if (envelope.retryable) lines.push("Retryable: yes.");
1779
1779
  return lines.join(" ");
@@ -16125,4 +16125,4 @@ export {
16125
16125
  ScheduledResultsMcpExecutor,
16126
16126
  registerScheduledResultsMcpTools
16127
16127
  };
16128
- //# sourceMappingURL=chunk-BWSGR75I.js.map
16128
+ //# sourceMappingURL=chunk-PIILOYUV.js.map