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.
- package/CHANGELOG.md +12 -1
- package/README.md +1 -1
- package/dist/bin/api-server.cjs +49 -15
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +2 -2
- package/dist/bin/mcp-scraper-cli.cjs +1 -1
- package/dist/bin/mcp-scraper-cli.cjs.map +1 -1
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-install.cjs +1 -1
- package/dist/bin/mcp-scraper-install.cjs.map +1 -1
- package/dist/bin/mcp-scraper-install.js +1 -1
- package/dist/bin/mcp-stdio-server.cjs +2 -2
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +3 -3
- package/dist/chunk-JDNM65MP.js +7 -0
- package/dist/chunk-JDNM65MP.js.map +1 -0
- package/dist/{chunk-DPE2TOCF.js → chunk-O4WUHQO7.js} +2 -2
- package/dist/{chunk-BWSGR75I.js → chunk-PIILOYUV.js} +4 -4
- package/dist/chunk-PIILOYUV.js.map +1 -0
- package/dist/{chunk-DKKTAT3B.js → chunk-ZTGYALNU.js} +11 -4
- package/dist/{chunk-DKKTAT3B.js.map → chunk-ZTGYALNU.js.map} +1 -1
- package/dist/{extract-bundle-QXIMQRTF.js → extract-bundle-6CTSKCTB.js} +3 -3
- package/dist/{server-KPB4NXGE.js → server-6HVQEEIF.js} +38 -19
- package/dist/server-6HVQEEIF.js.map +1 -0
- package/dist/{site-extract-repository-TJG6DVSG.js → site-extract-repository-OXKRUOZH.js} +3 -3
- package/dist/{worker-PUQTKS6O.js → worker-ZBTU45L2.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-2HKLEEQV.js +0 -7
- package/dist/chunk-2HKLEEQV.js.map +0 -1
- package/dist/chunk-BWSGR75I.js.map +0 -1
- package/dist/server-KPB4NXGE.js.map +0 -1
- /package/dist/{chunk-DPE2TOCF.js.map → chunk-O4WUHQO7.js.map} +0 -0
- /package/dist/{extract-bundle-QXIMQRTF.js.map → extract-bundle-6CTSKCTB.js.map} +0 -0
- /package/dist/{site-extract-repository-TJG6DVSG.js.map → site-extract-repository-OXKRUOZH.js.map} +0 -0
- /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-
|
|
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-
|
|
25
|
+
} from "../chunk-JDNM65MP.js";
|
|
26
26
|
import "../chunk-EKJ65E3Z.js";
|
|
27
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-ZTGYALNU.js";
|
|
28
28
|
import "../chunk-4VG3NUUY.js";
|
|
29
29
|
|
|
30
30
|
// bin/mcp-stdio-server.ts
|
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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(`
|
|
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-
|
|
16128
|
+
//# sourceMappingURL=chunk-PIILOYUV.js.map
|