mcp-scraper 0.26.0 → 0.26.2

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-UMTBCKHH.js";
10
+ } from "../chunk-QO2TRJ3L.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-7PYRJ7CB.js";
19
+ } from "../chunk-V37MZON3.js";
20
20
  import "../chunk-4767BA2O.js";
21
21
  import "../chunk-M2S27J6Z.js";
22
22
  import "../chunk-ICT7DDHL.js";
@@ -19,7 +19,7 @@ import {
19
19
  } from "./chunk-XGIPATLV.js";
20
20
  import {
21
21
  PACKAGE_VERSION
22
- } from "./chunk-7PYRJ7CB.js";
22
+ } from "./chunk-V37MZON3.js";
23
23
  import {
24
24
  MC_PER_CREDIT
25
25
  } from "./chunk-4767BA2O.js";
@@ -5931,10 +5931,10 @@ var HttpMcpToolExecutor = class {
5931
5931
  return this.call("/billing/credits", input);
5932
5932
  }
5933
5933
  listServiceConnections(input) {
5934
- return this.getJson("/integrations");
5934
+ return this.getJson("/schedule-connections");
5935
5935
  }
5936
5936
  testServiceConnection(input) {
5937
- return this.call(`/integrations/${encodeURIComponent(input.connectionId)}/test`, {
5937
+ return this.call(`/schedule-connections/${encodeURIComponent(input.connectionId)}/test`, {
5938
5938
  ...input.providerConfigKey ? { providerConfigKey: input.providerConfigKey } : {}
5939
5939
  });
5940
5940
  }
@@ -5951,13 +5951,13 @@ var HttpMcpToolExecutor = class {
5951
5951
  return this.call("/schedule-connections/actions/zoom/create-meeting", input);
5952
5952
  }
5953
5953
  readServiceConnection(input) {
5954
- return this.call("/integrations/actions/read", input);
5954
+ return this.call("/schedule-connections/actions/read", input);
5955
5955
  }
5956
5956
  importServiceConnectionToMemory(input) {
5957
5957
  return this.call("/schedule-connections/actions/import-memory", input);
5958
5958
  }
5959
5959
  describeServiceConnectionTool(input) {
5960
- return this.call("/integrations/actions/describe", input);
5960
+ return this.call("/schedule-connections/actions/describe", input);
5961
5961
  }
5962
5962
  exportConnectedServiceData(input) {
5963
5963
  const timeoutMs = this.httpTimeoutOverrideMs ?? 29e4;
@@ -5971,7 +5971,7 @@ var HttpMcpToolExecutor = class {
5971
5971
  return this.call("/schedule-connections/actions/export-download", input);
5972
5972
  }
5973
5973
  callServiceConnectionAction(input) {
5974
- return this.call("/integrations/actions/call", input);
5974
+ return this.call("/schedule-connections/actions/call", input);
5975
5975
  }
5976
5976
  setScheduledActionConnections(input) {
5977
5977
  return this.call(`/schedule-actions/${encodeURIComponent(input.scheduleActionId)}/connections`, {
@@ -10054,4 +10054,4 @@ export {
10054
10054
  registerMemoryMcpTools,
10055
10055
  MemoryMcpToolExecutor
10056
10056
  };
10057
- //# sourceMappingURL=chunk-UMTBCKHH.js.map
10057
+ //# sourceMappingURL=chunk-QO2TRJ3L.js.map