mcp-scraper 0.41.0 → 0.41.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.
@@ -7,7 +7,7 @@ import {
7
7
  registerMemoryMcpTools,
8
8
  registerPaaExtractorMcpTools,
9
9
  registerSerpIntelligenceCaptureTools
10
- } from "../chunk-SIE5LZ2V.js";
10
+ } from "../chunk-VE5T5UPM.js";
11
11
  import "../chunk-345BQXZH.js";
12
12
  import "../chunk-BBI7RGOT.js";
13
13
  import "../chunk-EHES33KB.js";
@@ -17,7 +17,7 @@ import {
17
17
  import "../chunk-CB5C3BPB.js";
18
18
  import {
19
19
  PACKAGE_VERSION
20
- } from "../chunk-OOB35KFT.js";
20
+ } from "../chunk-R3EME5HH.js";
21
21
  import "../chunk-SBLGBZZB.js";
22
22
  import "../chunk-5UN33CGU.js";
23
23
  import "../chunk-IQTT7CAB.js";
@@ -0,0 +1,7 @@
1
+ // src/version.ts
2
+ var PACKAGE_VERSION = "0.41.1";
3
+
4
+ export {
5
+ PACKAGE_VERSION
6
+ };
7
+ //# sourceMappingURL=chunk-R3EME5HH.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.41.1'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
@@ -25,7 +25,7 @@ import {
25
25
  } from "./chunk-CB5C3BPB.js";
26
26
  import {
27
27
  PACKAGE_VERSION
28
- } from "./chunk-OOB35KFT.js";
28
+ } from "./chunk-R3EME5HH.js";
29
29
  import {
30
30
  MC_PER_CREDIT
31
31
  } from "./chunk-SBLGBZZB.js";
@@ -11520,4 +11520,4 @@ export {
11520
11520
  MEMORY_TOOL_SCHEMAS,
11521
11521
  registerMemoryMcpTools
11522
11522
  };
11523
- //# sourceMappingURL=chunk-SIE5LZ2V.js.map
11523
+ //# sourceMappingURL=chunk-VE5T5UPM.js.map
@@ -67,7 +67,7 @@ import {
67
67
  renewConnectedDataArtifactDownload,
68
68
  renewDirectoryArtifactDownload,
69
69
  transcribeMediaUrl
70
- } from "./chunk-SIE5LZ2V.js";
70
+ } from "./chunk-VE5T5UPM.js";
71
71
  import {
72
72
  auditImageUrls,
73
73
  auditImages,
@@ -119,7 +119,7 @@ import {
119
119
  RawMapsOverviewSchema,
120
120
  RawMapsReviewStatsSchema
121
121
  } from "./chunk-CB5C3BPB.js";
122
- import "./chunk-OOB35KFT.js";
122
+ import "./chunk-R3EME5HH.js";
123
123
  import {
124
124
  abandonExtractSettlement,
125
125
  countSuccessfulPages,
@@ -30823,17 +30823,19 @@ async function exportSlackChannelPage(input, dependencies) {
30823
30823
  const state = decodeCursor(input.cursor, channelId, includeThreads);
30824
30824
  const pageSize = Math.max(1, Math.min(200, Math.floor(input.pageSize)));
30825
30825
  if (state.phase === "history") {
30826
+ const oldest = slackBoundaryTimestamp(input.from, -1);
30827
+ const latest = slackBoundaryTimestamp(input.to, 0);
30826
30828
  const result = await callSlackToolWithRetry(dependencies, {
30827
30829
  tool: "get-conversation-history",
30828
30830
  input: {
30829
30831
  channel_id: channelId,
30830
30832
  limit: pageSize,
30831
- oldest: slackBoundaryTimestamp(input.from, -1),
30832
- latest: slackBoundaryTimestamp(input.to, 0),
30833
+ oldest,
30834
+ latest,
30833
30835
  inclusive: false,
30834
30836
  ...state.historyCursor ? { cursor: state.historyCursor } : {}
30835
30837
  },
30836
- requestId: `slack-export:${input.connectionId}:${channelId}:history:${state.historyCursor ?? "start"}`
30838
+ requestId: `slack-export:${input.connectionId}:${channelId}:history:${oldest}:${latest}:${pageSize}:${state.historyCursor ?? "start"}`
30837
30839
  });
30838
30840
  const messages = messagesFromToolResult(result).slice(0, pageSize);
30839
30841
  const historyCursor = nextCursorFromToolResult(result);
@@ -30885,7 +30887,7 @@ async function exportSlackChannelPage(input, dependencies) {
30885
30887
  limit: perThreadLimit,
30886
30888
  ...thread.cursor ? { cursor: thread.cursor } : {}
30887
30889
  },
30888
- requestId: `slack-export:${input.connectionId}:${channelId}:thread:${thread.threadTs}:${thread.cursor ?? "start"}`
30890
+ requestId: `slack-export:${input.connectionId}:${channelId}:thread:${thread.threadTs}:${perThreadLimit}:${thread.cursor ?? "start"}`
30889
30891
  })));
30890
30892
  const records = [];
30891
30893
  const stillPending = [];
@@ -36321,4 +36323,4 @@ app.get("/blog/:slug/", (c) => {
36321
36323
  export {
36322
36324
  app
36323
36325
  };
36324
- //# sourceMappingURL=server-2JJPCZH4.js.map
36326
+ //# sourceMappingURL=server-PKTDPCB2.js.map