@leadbay/mcp 0.8.0 → 0.9.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 +46 -0
- package/dist/bin.js +480 -31
- package/dist/{chunk-NVGZ432E.js → chunk-ZRTAIXEJ.js} +1191 -51
- package/dist/{dist-HS5N4SIS.js → dist-X5AOPZ2V.js} +7 -1
- package/package.json +1 -1
|
@@ -59,12 +59,14 @@ import {
|
|
|
59
59
|
prepareOutreach,
|
|
60
60
|
previewBulkEnrichment,
|
|
61
61
|
promoteLens,
|
|
62
|
+
pullFollowups,
|
|
62
63
|
pullLeads,
|
|
63
64
|
qualifyLead,
|
|
64
65
|
qualifyStatus,
|
|
65
66
|
recallOrderedTitles,
|
|
66
67
|
refinePrompt,
|
|
67
68
|
removeEpilogue,
|
|
69
|
+
removePushback,
|
|
68
70
|
reportOutreach,
|
|
69
71
|
researchCompany,
|
|
70
72
|
researchLead,
|
|
@@ -73,11 +75,12 @@ import {
|
|
|
73
75
|
selectLeads,
|
|
74
76
|
setActiveLens,
|
|
75
77
|
setEpilogueStatus,
|
|
78
|
+
setPushback,
|
|
76
79
|
setUserPrompt,
|
|
77
80
|
tools,
|
|
78
81
|
updateLens,
|
|
79
82
|
updateLensFilter
|
|
80
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-ZRTAIXEJ.js";
|
|
81
84
|
export {
|
|
82
85
|
InMemoryBulkStore,
|
|
83
86
|
LeadbayClient,
|
|
@@ -138,12 +141,14 @@ export {
|
|
|
138
141
|
prepareOutreach,
|
|
139
142
|
previewBulkEnrichment,
|
|
140
143
|
promoteLens,
|
|
144
|
+
pullFollowups,
|
|
141
145
|
pullLeads,
|
|
142
146
|
qualifyLead,
|
|
143
147
|
qualifyStatus,
|
|
144
148
|
recallOrderedTitles,
|
|
145
149
|
refinePrompt,
|
|
146
150
|
removeEpilogue,
|
|
151
|
+
removePushback,
|
|
147
152
|
reportOutreach,
|
|
148
153
|
researchCompany,
|
|
149
154
|
researchLead,
|
|
@@ -152,6 +157,7 @@ export {
|
|
|
152
157
|
selectLeads,
|
|
153
158
|
setActiveLens,
|
|
154
159
|
setEpilogueStatus,
|
|
160
|
+
setPushback,
|
|
155
161
|
setUserPrompt,
|
|
156
162
|
tools,
|
|
157
163
|
updateLens,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leadbay/mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"mcpName": "io.github.leadbay/leadbay-mcp",
|
|
5
5
|
"description": "Model Context Protocol (MCP) server for Leadbay — AI lead discovery, qualification, and enrichment for Claude Desktop, Cursor, and Claude Code.",
|
|
6
6
|
"type": "module",
|