mcp-scraper 0.68.0 → 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.
@@ -17,15 +17,15 @@ loadDotEnv();
17
17
  async function main() {
18
18
  const [{ serve }, { app }, { startWorker }, { migrate }] = await Promise.all([
19
19
  import("@hono/node-server"),
20
- import("../server-PWHUIHZO.js"),
21
- import("../worker-HUEIDH6F.js"),
20
+ import("../server-WCNYXILA.js"),
21
+ import("../worker-KHSJG365.js"),
22
22
  import("../db-ZGZAKYBW.js")
23
23
  ]);
24
24
  const PORT = parseInt(process.env.PORT ?? "3001");
25
25
  try {
26
26
  await migrate();
27
27
  if (process.env.ANALYTICS_DATABASE_URL) {
28
- const { migrateAnalytics } = await import("../analytics-repository-DJCV6HCX.js");
28
+ const { migrateAnalytics } = await import("../analytics-repository-62CAZAIP.js");
29
29
  await migrateAnalytics();
30
30
  }
31
31
  startWorker();
@@ -30,7 +30,7 @@ var import_promises5 = require("fs/promises");
30
30
  var import_node_path3 = require("path");
31
31
 
32
32
  // src/version.ts
33
- var PACKAGE_VERSION = "0.68.0";
33
+ var PACKAGE_VERSION = "0.69.0";
34
34
 
35
35
  // src/cli/agent-config.ts
36
36
  function apiKeyValue(options) {
@@ -13,7 +13,7 @@ import "../chunk-VXLU74YZ.js";
13
13
  import "../chunk-GGZEC22A.js";
14
14
  import {
15
15
  PACKAGE_VERSION
16
- } from "../chunk-TV76V5OO.js";
16
+ } from "../chunk-ULYOCJUJ.js";
17
17
 
18
18
  // src/cli/human-cli.ts
19
19
  import { Command } from "commander";
@@ -58,7 +58,7 @@ function renderInstallTerminal(options) {
58
58
  "1/1 install surfaces ready",
59
59
  colorize(`Newest in v${options.version}: ${release_message_default.message}`, "lime", color),
60
60
  "",
61
- `${colorize("Tools", "cyan", color)} ${colorize("(275 MCP tools)", "muted", color)}`,
61
+ `${colorize("Tools", "cyan", color)} ${colorize("(315 MCP tools)", "muted", color)}`,
62
62
  toolRow("search", ["harvest_paa", "search_serp", "maps_search", "maps_place_intel"], color),
63
63
  toolRow("extract", ["extract_url", "map_site_urls", "extract_site", "audit_site", "directory_workflow"], color),
64
64
  toolRow("build", ["create_editorial_reading_room", "rank_tracker_workflow", "portable HTML"], color),
@@ -112,7 +112,7 @@ function renderInstallTerminal(options) {
112
112
  }
113
113
 
114
114
  // src/version.ts
115
- var PACKAGE_VERSION = "0.68.0";
115
+ var PACKAGE_VERSION = "0.69.0";
116
116
 
117
117
  // bin/mcp-scraper-install.ts
118
118
  var noColor = process.argv.includes("--no-color") || process.env.NO_COLOR !== void 0 || process.env.FORCE_COLOR === "0" || !process.stdout.isTTY;
@@ -1,10 +1,10 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  renderInstallTerminal
4
- } from "../chunk-XKWTKQ7Y.js";
4
+ } from "../chunk-RX2QAHML.js";
5
5
  import {
6
6
  PACKAGE_VERSION
7
- } from "../chunk-TV76V5OO.js";
7
+ } from "../chunk-ULYOCJUJ.js";
8
8
 
9
9
  // bin/mcp-scraper-install.ts
10
10
  var noColor = process.argv.includes("--no-color") || process.env.NO_COLOR !== void 0 || process.env.FORCE_COLOR === "0" || !process.stdout.isTTY;