mcp-scraper 0.64.0 → 0.64.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.
@@ -13,7 +13,7 @@ import {
13
13
  registerScheduledResultsMcpTools,
14
14
  registerSerpIntelligenceCaptureTools,
15
15
  resolveDeploymentProfile
16
- } from "../chunk-EEW3DMI5.js";
16
+ } from "../chunk-P3NESXFX.js";
17
17
  import "../chunk-342OUCSG.js";
18
18
  import "../chunk-VIWT35S6.js";
19
19
  import "../chunk-4LINSJNI.js";
@@ -23,7 +23,7 @@ import {
23
23
  import "../chunk-UVFB24RZ.js";
24
24
  import {
25
25
  PACKAGE_VERSION
26
- } from "../chunk-DYSXI6QU.js";
26
+ } from "../chunk-3WNPHRGG.js";
27
27
  import "../chunk-EKJ65E3Z.js";
28
28
  import "../chunk-TRSZEK2D.js";
29
29
  import "../chunk-4VG3NUUY.js";
@@ -0,0 +1,7 @@
1
+ // src/version.ts
2
+ var PACKAGE_VERSION = "0.64.1";
3
+
4
+ export {
5
+ PACKAGE_VERSION
6
+ };
7
+ //# sourceMappingURL=chunk-3WNPHRGG.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.64.1'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
@@ -17,7 +17,7 @@ import {
17
17
  } from "./chunk-4LINSJNI.js";
18
18
  import {
19
19
  PACKAGE_VERSION
20
- } from "./chunk-DYSXI6QU.js";
20
+ } from "./chunk-3WNPHRGG.js";
21
21
  import {
22
22
  createPrivateArtifact,
23
23
  privateArtifactOwnerId,
@@ -4140,7 +4140,8 @@ function formatLeadListImport(raw) {
4140
4140
  const map = Object.keys(detailedMap).length > 0 ? detailedMap : Object.fromEntries(Object.entries(simpleMap).map(([field, header]) => [field, {
4141
4141
  header: header == null ? null : String(header),
4142
4142
  confidence: header == null ? 0 : 1,
4143
- reason: "server_suggestion"
4143
+ reason: "server_suggestion",
4144
+ accepted: header != null
4144
4145
  }]));
4145
4146
  const mappingLines = Object.entries(map).slice(0, 12).map(([field, suggestion]) => {
4146
4147
  const record = structuredRecord(suggestion);
@@ -7161,7 +7162,8 @@ var DirectoryWorkflowOutputSchema = {
7161
7162
  var LeadSuggestedColumnOutputSchema = z5.object({
7162
7163
  header: NullableString,
7163
7164
  confidence: z5.number().min(0).max(1),
7164
- reason: z5.string()
7165
+ reason: z5.string(),
7166
+ accepted: z5.boolean()
7165
7167
  }).strict();
7166
7168
  var LeadColumnMapSuggestionOutputSchema = z5.object({
7167
7169
  name: LeadSuggestedColumnOutputSchema,
@@ -16670,4 +16672,4 @@ export {
16670
16672
  ScheduledResultsMcpExecutor,
16671
16673
  registerScheduledResultsMcpTools
16672
16674
  };
16673
- //# sourceMappingURL=chunk-EEW3DMI5.js.map
16675
+ //# sourceMappingURL=chunk-P3NESXFX.js.map