mcp-scraper 0.23.0 → 0.24.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.
@@ -7,7 +7,7 @@ import {
7
7
  registerMemoryMcpTools,
8
8
  registerPaaExtractorMcpTools,
9
9
  registerSerpIntelligenceCaptureTools
10
- } from "../chunk-CGFJD7C6.js";
10
+ } from "../chunk-SUPUHPJS.js";
11
11
  import "../chunk-R7EETU7Z.js";
12
12
  import "../chunk-MTSBI7ZH.js";
13
13
  import {
@@ -16,7 +16,7 @@ import {
16
16
  import "../chunk-XGIPATLV.js";
17
17
  import {
18
18
  PACKAGE_VERSION
19
- } from "../chunk-64DNEO5R.js";
19
+ } from "../chunk-CDLHUCMT.js";
20
20
  import "../chunk-JHI373VB.js";
21
21
  import "../chunk-M2S27J6Z.js";
22
22
  import "../chunk-ICT7DDHL.js";
@@ -0,0 +1,7 @@
1
+ // src/version.ts
2
+ var PACKAGE_VERSION = "0.24.0";
3
+
4
+ export {
5
+ PACKAGE_VERSION
6
+ };
7
+ //# sourceMappingURL=chunk-CDLHUCMT.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.24.0'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
@@ -19,7 +19,7 @@ import {
19
19
  } from "./chunk-XGIPATLV.js";
20
20
  import {
21
21
  PACKAGE_VERSION
22
- } from "./chunk-64DNEO5R.js";
22
+ } from "./chunk-CDLHUCMT.js";
23
23
  import {
24
24
  MC_PER_CREDIT
25
25
  } from "./chunk-JHI373VB.js";
@@ -9916,4 +9916,4 @@ export {
9916
9916
  registerMemoryMcpTools,
9917
9917
  MemoryMcpToolExecutor
9918
9918
  };
9919
- //# sourceMappingURL=chunk-CGFJD7C6.js.map
9919
+ //# sourceMappingURL=chunk-SUPUHPJS.js.map
@@ -35,7 +35,7 @@ import {
35
35
  sanitizeAttempts,
36
36
  sanitizeHarvestResult,
37
37
  transcribeMediaUrl
38
- } from "./chunk-CGFJD7C6.js";
38
+ } from "./chunk-SUPUHPJS.js";
39
39
  import {
40
40
  auditImages,
41
41
  buildLinkReport,
@@ -76,7 +76,7 @@ import {
76
76
  RawMapsOverviewSchema,
77
77
  RawMapsReviewStatsSchema
78
78
  } from "./chunk-XGIPATLV.js";
79
- import "./chunk-64DNEO5R.js";
79
+ import "./chunk-CDLHUCMT.js";
80
80
  import {
81
81
  completeExtractJob,
82
82
  countSuccessfulPages,
@@ -25191,4 +25191,4 @@ app.get("/blog/:slug/", (c) => {
25191
25191
  export {
25192
25192
  app
25193
25193
  };
25194
- //# sourceMappingURL=server-XO2J5KFL.js.map
25194
+ //# sourceMappingURL=server-I5U3OUZZ.js.map
@@ -1,9 +1,9 @@
1
1
  {
2
- "generatedAt": "2026-07-16T20:29:30.870Z",
2
+ "generatedAt": "2026-07-16T22:14:32.367Z",
3
3
  "generatedFrom": "dist/bin/mcp-stdio-server.js",
4
4
  "serverInfo": {
5
5
  "name": "mcp-scraper",
6
- "version": "0.23.0"
6
+ "version": "0.24.0"
7
7
  },
8
8
  "counts": {
9
9
  "unified_stdio": 160
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-scraper",
3
- "version": "0.23.0",
3
+ "version": "0.24.0",
4
4
  "description": "MCP server for MCP Scraper web intelligence tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -1,7 +0,0 @@
1
- // src/version.ts
2
- var PACKAGE_VERSION = "0.23.0";
3
-
4
- export {
5
- PACKAGE_VERSION
6
- };
7
- //# sourceMappingURL=chunk-64DNEO5R.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.23.0'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}