mcp-scraper 0.85.0 → 0.86.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.
@@ -1,6 +1,6 @@
1
1
  // release-message.json
2
2
  var release_message_default = {
3
- message: "Keep X-Ray measurement, seven-model attribution, structured surveys, privacy controls, and truthful evidence states while withdrawing provider setup that is not yet production-proven."
3
+ message: "Reddit thread hydration now retries two fresh residential sessions and two managed-browser backups, stopping at the first accepted result while preserving attempt and provider-cost telemetry."
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("(369 MCP tools)", "muted", color)}`,
58
+ `${colorize("Tools", "cyan", color)} ${colorize("(377 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),
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var PACKAGE_VERSION = "0.85.0";
2
+ var PACKAGE_VERSION = "0.86.1";
3
3
 
4
4
  export {
5
5
  PACKAGE_VERSION
@@ -7,7 +7,7 @@ import {
7
7
  } from "./chunk-DNM65UCK.js";
8
8
  import {
9
9
  LedgerOperation
10
- } from "./chunk-X5HRAAQM.js";
10
+ } from "./chunk-NKRO2SUO.js";
11
11
  import {
12
12
  CREDIT_LOT_TTL,
13
13
  getDb,
@@ -213,9 +213,9 @@ var PUBLIC_PRODUCT_CONTRACT = {
213
213
  "freeSignupCredits": 0
214
214
  },
215
215
  "inventory": {
216
- "totalTools": 369,
217
- "scraperTools": 268,
218
- "memoryTools": 101
216
+ "totalTools": 377,
217
+ "scraperTools": 249,
218
+ "memoryTools": 128
219
219
  },
220
220
  "concurrencyPack": {
221
221
  "ratePolicyVersion": "2026-08-14.concurrency-pack-v1",
@@ -12,13 +12,13 @@ import {
12
12
  registerScheduledResultsMcpTools,
13
13
  registerSerpIntelligenceCaptureTools,
14
14
  resolveDeploymentProfile
15
- } from "./chunk-W4IY6CB4.js";
15
+ } from "./chunk-3H7QTJLV.js";
16
16
  import {
17
17
  renderInstallTerminal
18
- } from "./chunk-WN7N4ESQ.js";
18
+ } from "./chunk-3JRZZVWL.js";
19
19
  import {
20
20
  PACKAGE_VERSION
21
- } from "./chunk-RHAOKXQK.js";
21
+ } from "./chunk-C4C4WUTV.js";
22
22
 
23
23
  // src/mcp/stdio-runtime.ts
24
24
  import { readFileSync } from "fs";
@@ -19,7 +19,7 @@ import {
19
19
  LedgerOperation,
20
20
  MC_PER_CREDIT,
21
21
  calculateConnectedUsageCharge
22
- } from "./chunk-X5HRAAQM.js";
22
+ } from "./chunk-NKRO2SUO.js";
23
23
  import {
24
24
  recordVendorUsage,
25
25
  runWithCostContext