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.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/dist/bin/api-server.cjs +5 -2
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +1 -1
- 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 +5 -2
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/chunk-CGKWNXJR.js +7 -0
- package/dist/chunk-CGKWNXJR.js.map +1 -0
- package/dist/{chunk-PSKRQDGN.js → chunk-PDAKCYHZ.js} +6 -3
- package/dist/chunk-PDAKCYHZ.js.map +1 -0
- package/dist/{server-AFEA235I.js → server-RSHSZBUZ.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-5BODYBIP.js +0 -7
- package/dist/chunk-5BODYBIP.js.map +0 -1
- package/dist/chunk-PSKRQDGN.js.map +0 -1
- /package/dist/{server-AFEA235I.js.map → server-RSHSZBUZ.js.map} +0 -0
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
registerScheduledResultsMcpTools,
|
|
14
14
|
registerSerpIntelligenceCaptureTools,
|
|
15
15
|
resolveDeploymentProfile
|
|
16
|
-
} from "../chunk-
|
|
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-
|
|
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 @@
|
|
|
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-
|
|
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-
|
|
16716
|
+
//# sourceMappingURL=chunk-PDAKCYHZ.js.map
|