mcp-scraper 0.42.2 → 0.42.3

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.
Files changed (33) hide show
  1. package/dist/bin/api-server.cjs +5 -5
  2. package/dist/bin/api-server.cjs.map +1 -1
  3. package/dist/bin/api-server.js +2 -2
  4. package/dist/bin/mcp-scraper-cli.cjs +1 -1
  5. package/dist/bin/mcp-scraper-cli.cjs.map +1 -1
  6. package/dist/bin/mcp-scraper-cli.js +1 -1
  7. package/dist/bin/mcp-scraper-install.cjs +1 -1
  8. package/dist/bin/mcp-scraper-install.cjs.map +1 -1
  9. package/dist/bin/mcp-scraper-install.js +1 -1
  10. package/dist/bin/mcp-stdio-server.cjs +5 -5
  11. package/dist/bin/mcp-stdio-server.cjs.map +1 -1
  12. package/dist/bin/mcp-stdio-server.js +3 -3
  13. package/dist/chunk-2YFTFT3V.js +7 -0
  14. package/dist/chunk-2YFTFT3V.js.map +1 -0
  15. package/dist/{chunk-4MFUKI4X.js → chunk-G5MHJGKE.js} +2 -2
  16. package/dist/{chunk-SBLGBZZB.js → chunk-IMUA3FJB.js} +4 -4
  17. package/dist/chunk-IMUA3FJB.js.map +1 -0
  18. package/dist/{chunk-N2B4AAWG.js → chunk-QKCDYMFT.js} +4 -4
  19. package/dist/chunk-QKCDYMFT.js.map +1 -0
  20. package/dist/{extract-bundle-DMZ63HZU.js → extract-bundle-FH734F3R.js} +3 -3
  21. package/dist/{server-2S7KQTPC.js → server-B27DR4YB.js} +10 -10
  22. package/dist/{site-extract-repository-B42SIGAZ.js → site-extract-repository-5CVI3OWT.js} +3 -3
  23. package/dist/{worker-4R3UWQZS.js → worker-MQJOY4YP.js} +2 -2
  24. package/package.json +1 -1
  25. package/dist/chunk-N2B4AAWG.js.map +0 -1
  26. package/dist/chunk-SBLGBZZB.js.map +0 -1
  27. package/dist/chunk-UQ7XJINF.js +0 -7
  28. package/dist/chunk-UQ7XJINF.js.map +0 -1
  29. /package/dist/{chunk-4MFUKI4X.js.map → chunk-G5MHJGKE.js.map} +0 -0
  30. /package/dist/{extract-bundle-DMZ63HZU.js.map → extract-bundle-FH734F3R.js.map} +0 -0
  31. /package/dist/{server-2S7KQTPC.js.map → server-B27DR4YB.js.map} +0 -0
  32. /package/dist/{site-extract-repository-B42SIGAZ.js.map → site-extract-repository-5CVI3OWT.js.map} +0 -0
  33. /package/dist/{worker-4R3UWQZS.js.map → worker-MQJOY4YP.js.map} +0 -0
@@ -11494,9 +11494,9 @@ var init_rates = __esm({
11494
11494
  key: "serp",
11495
11495
  label: "SERP search",
11496
11496
  aliases: ["search_serp", "serp", "google search", "organic results"],
11497
- credits: mcToCredits(MC_COSTS.serp_headless),
11498
- unit: "per search (headless); escalates to headful only when needed",
11499
- notes: `Returns AI Overview, PAA snippet, videos, forums, and local pack. Billed ${mcToCredits(MC_COSTS.serp_headless)} credits when served headless (the common case), ${mcToCredits(MC_COSTS.serp_headful)} credits if an anti-bot escalation forces headful mode (overestimate refunded). Optional SERP Intelligence page snapshots add ${mcToCredits(MC_COSTS.page_scrape)} credit per attempted URL.`
11497
+ credits: mcToCredits(MC_COSTS.serp_headful),
11498
+ unit: "per search",
11499
+ notes: `Returns AI Overview, PAA snippet, videos, forums, and local pack. search_serp runs headful so Google serves a complete page, and is billed ${mcToCredits(MC_COSTS.serp_headful)} credits per search. capture_serp_snapshot holds ${mcToCredits(MC_COSTS.serp_headful)} credits and settles to ${mcToCredits(MC_COSTS.serp_headless)} when the capture completes headless, refunding the difference. Optional SERP Intelligence page snapshots add ${mcToCredits(MC_COSTS.page_scrape)} credit per attempted URL.`
11500
11500
  },
11501
11501
  {
11502
11502
  key: "paa",
@@ -39227,7 +39227,7 @@ var PACKAGE_VERSION;
39227
39227
  var init_version = __esm({
39228
39228
  "src/version.ts"() {
39229
39229
  "use strict";
39230
- PACKAGE_VERSION = "0.42.2";
39230
+ PACKAGE_VERSION = "0.42.3";
39231
39231
  }
39232
39232
  });
39233
39233
 
@@ -42273,7 +42273,7 @@ function liveWebToolAnnotations(title) {
42273
42273
  function registerSerpIntelligenceCaptureTools(server, executor) {
42274
42274
  server.registerTool("capture_serp_snapshot", {
42275
42275
  title: "SERP Intelligence Snapshot",
42276
- description: "Capture a structured SERP Intelligence snapshot of a Google query \u2014 the persistent evidence format used by rank-tracking and comparison pipelines. Use gl for country and location only when city or regional context matters. Costs 4 Credits when headless or 14 if anti-bot escalation requires headful mode; the 14-Credit hold is settled to the mode used. Optional page snapshots add 1 Credit per attempted URL.",
42276
+ description: "Capture a structured SERP Intelligence snapshot of a Google query \u2014 the persistent evidence format used by rank-tracking and comparison pipelines. Use gl for country and location only when city or regional context matters. Holds 14 Credits and settles to the render mode actually used: 4 Credits when the capture completed headless, 14 when it ran headful. Optional page snapshots add 1 Credit per attempted URL.",
42277
42277
  inputSchema: CaptureSerpSnapshotInputSchema,
42278
42278
  outputSchema: recordOutputSchema("capture_serp_snapshot", CaptureSerpSnapshotOutputSchema),
42279
42279
  annotations: liveWebToolAnnotations("SERP Intelligence Snapshot")