mcp-scraper 0.67.1 → 0.69.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 +48 -1
- package/README.md +2 -2
- package/dist/{analytics-repository-RUXBFSFX.js → analytics-repository-62CAZAIP.js} +38 -3
- package/dist/bin/api-server.cjs +23606 -12017
- package/dist/bin/api-server.js +3 -3
- package/dist/bin/mcp-scraper-cli.cjs +1 -1
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-install.cjs +3 -3
- package/dist/bin/mcp-scraper-install.js +2 -2
- package/dist/bin/mcp-stdio-server.cjs +2489 -1168
- package/dist/bin/mcp-stdio-server.js +4 -4
- package/dist/{chunk-AYJHI2FK.js → chunk-5RFQGIYC.js} +2 -2
- package/dist/chunk-KO5CK5ZT.js +5790 -0
- package/dist/{chunk-STQQOEHC.js → chunk-M7D7WO75.js} +2764 -1439
- package/dist/{chunk-LCGTNWOT.js → chunk-OZIUFN6B.js} +1 -1
- package/dist/{chunk-HUNXSVKU.js → chunk-RX2QAHML.js} +2 -2
- package/dist/{chunk-VES63X4Q.js → chunk-ULYOCJUJ.js} +1 -1
- package/dist/{extract-bundle-QQIYJSBW.js → extract-bundle-SXSJCPQI.js} +2 -2
- package/dist/{server-ROIJWWJG.js → server-WCNYXILA.js} +15182 -7861
- package/dist/{site-extract-repository-7EP6UX6I.js → site-extract-repository-RLB3TFJ3.js} +2 -2
- package/dist/{worker-JGWV2LID.js → worker-KHSJG365.js} +1 -1
- package/package.json +2 -1
- package/dist/chunk-CNLLTD5B.js +0 -3009
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// release-message.json
|
|
2
2
|
var release_message_default = {
|
|
3
|
-
message: "
|
|
3
|
+
message: "X-Ray now unifies browser, phone, CRM, and checkout conversions and delivers eligible events through verified advertising destinations with durable receipts."
|
|
4
4
|
};
|
|
5
5
|
|
|
6
6
|
// src/install-terminal.ts
|
|
@@ -55,7 +55,7 @@ function renderInstallTerminal(options) {
|
|
|
55
55
|
"1/1 install surfaces ready",
|
|
56
56
|
colorize(`Newest in v${options.version}: ${release_message_default.message}`, "lime", color),
|
|
57
57
|
"",
|
|
58
|
-
`${colorize("Tools", "cyan", color)} ${colorize("(
|
|
58
|
+
`${colorize("Tools", "cyan", color)} ${colorize("(315 MCP tools)", "muted", color)}`,
|
|
59
59
|
toolRow("search", ["harvest_paa", "search_serp", "maps_search", "maps_place_intel"], color),
|
|
60
60
|
toolRow("extract", ["extract_url", "map_site_urls", "extract_site", "audit_site", "directory_workflow"], color),
|
|
61
61
|
toolRow("build", ["create_editorial_reading_room", "rank_tracker_workflow", "portable HTML"], color),
|
|
@@ -18,9 +18,9 @@ import {
|
|
|
18
18
|
createSiteExtractContentReader,
|
|
19
19
|
createSiteExtractImageArtifact,
|
|
20
20
|
extractJobLimitInfo
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-OZIUFN6B.js";
|
|
22
22
|
import "./chunk-DNM65UCK.js";
|
|
23
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-5RFQGIYC.js";
|
|
24
24
|
import {
|
|
25
25
|
getDb
|
|
26
26
|
} from "./chunk-65FTMB7G.js";
|