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.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/dist/bin/api-server.cjs +5 -3
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +1 -1
- package/dist/bin/mcp-scraper-cli.cjs +1 -1
- package/dist/bin/mcp-scraper-cli.cjs.map +1 -1
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-install.cjs +1 -1
- package/dist/bin/mcp-scraper-install.cjs.map +1 -1
- package/dist/bin/mcp-scraper-install.js +1 -1
- package/dist/bin/mcp-stdio-server.cjs +5 -3
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/chunk-3WNPHRGG.js +7 -0
- package/dist/chunk-3WNPHRGG.js.map +1 -0
- package/dist/{chunk-EEW3DMI5.js → chunk-P3NESXFX.js} +6 -4
- package/dist/chunk-P3NESXFX.js.map +1 -0
- package/dist/{server-TMAWQYZE.js → server-PGKMCRF5.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-DYSXI6QU.js +0 -7
- package/dist/chunk-DYSXI6QU.js.map +0 -1
- package/dist/chunk-EEW3DMI5.js.map +0 -1
- /package/dist/{server-TMAWQYZE.js.map → server-PGKMCRF5.js.map} +0 -0
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
registerScheduledResultsMcpTools,
|
|
14
14
|
registerSerpIntelligenceCaptureTools,
|
|
15
15
|
resolveDeploymentProfile
|
|
16
|
-
} from "../chunk-
|
|
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-
|
|
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 @@
|
|
|
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-
|
|
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-
|
|
16675
|
+
//# sourceMappingURL=chunk-P3NESXFX.js.map
|