mcp-scraper 0.79.3 → 0.80.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 +35 -1
- package/README.md +2 -2
- package/dist/bin/api-server.js +2 -2
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-core.js +5 -5
- package/dist/bin/mcp-scraper-install.js +2 -2
- package/dist/bin/mcp-stdio-server.js +5 -5
- package/dist/{chunk-3423R23T.js → chunk-62W6UER7.js} +1 -1
- package/dist/{chunk-TCYZ7HMU.js → chunk-ID7J23WP.js} +3 -3
- package/dist/{chunk-7UZAVM4J.js → chunk-OY25W46Q.js} +6717 -5003
- package/dist/{chunk-MVB25X55.js → chunk-P4447RNF.js} +2 -2
- package/dist/{chunk-VFCUGTCF.js → chunk-PMONKQGJ.js} +2 -2
- package/dist/{chunk-YBR32LOD.js → chunk-XBEUZJHS.js} +1 -1
- package/dist/{chunk-IHYG52ZW.js → chunk-YPOOARYN.js} +1 -1
- package/dist/{extract-bundle-S3ZGNFML.js → extract-bundle-232SA7MI.js} +2 -2
- package/dist/{gmail-service-YFS2OV4S.js → gmail-service-IMUHMRH4.js} +2 -2
- package/dist/{server-MDWFOUTS.js → server-XBRLYGTR.js} +8552 -2987
- package/dist/{site-extract-repository-WAJMIDPJ.js → site-extract-repository-VDONDDMR.js} +2 -2
- package/dist/{worker-3LUFQWWJ.js → worker-ICCZR443.js} +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// release-message.json
|
|
2
2
|
var release_message_default = {
|
|
3
|
-
message: "PAA harvests now
|
|
3
|
+
message: "PAA harvests now expose exact interaction timing, distinguish interrupted work from proven frontier exhaustion, and install with a pinned schema runtime so the hosted and local 354-tool contracts remain identical."
|
|
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("(356 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),
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
createSiteExtractContentReader,
|
|
11
11
|
createSiteExtractImageArtifact,
|
|
12
12
|
extractJobLimitInfo
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-XBEUZJHS.js";
|
|
14
14
|
import "./chunk-OZJMVCDK.js";
|
|
15
15
|
import {
|
|
16
16
|
computeIssues,
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
renderLinkReport
|
|
20
20
|
} from "./chunk-PGJQDMC2.js";
|
|
21
21
|
import "./chunk-DNM65UCK.js";
|
|
22
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-PMONKQGJ.js";
|
|
23
23
|
import "./chunk-GGZEC22A.js";
|
|
24
24
|
import {
|
|
25
25
|
getDb
|
|
@@ -7,10 +7,10 @@ import {
|
|
|
7
7
|
GmailServiceError,
|
|
8
8
|
normalizeGmailMessage,
|
|
9
9
|
parseGmailAddresses
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-62W6UER7.js";
|
|
11
11
|
import "./chunk-C5Z4OFKW.js";
|
|
12
12
|
import "./chunk-T3MZISOF.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-PMONKQGJ.js";
|
|
14
14
|
import "./chunk-5UAFBKJR.js";
|
|
15
15
|
import "./chunk-YXNDOQXN.js";
|
|
16
16
|
export {
|