@leadbay/mcp 0.2.2 → 0.3.0

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.
@@ -25,6 +25,7 @@ import {
25
25
  dismissClarification,
26
26
  enrichContacts,
27
27
  enrichTitles,
28
+ formatLoginError,
28
29
  getClarification,
29
30
  getContacts,
30
31
  getEnrichmentJobTitles,
@@ -44,6 +45,7 @@ import {
44
45
  granularReadTools,
45
46
  granularTools,
46
47
  granularWriteTools,
48
+ importLeads,
47
49
  isValidBulkId,
48
50
  launchBulkEnrichment,
49
51
  listLenses,
@@ -69,7 +71,7 @@ import {
69
71
  tools,
70
72
  updateLens,
71
73
  updateLensFilter
72
- } from "./chunk-FJBO2MY2.js";
74
+ } from "./chunk-NED7ATJI.js";
73
75
  export {
74
76
  InMemoryBulkStore,
75
77
  LeadbayClient,
@@ -96,6 +98,7 @@ export {
96
98
  dismissClarification,
97
99
  enrichContacts,
98
100
  enrichTitles,
101
+ formatLoginError,
99
102
  getClarification,
100
103
  getContacts,
101
104
  getEnrichmentJobTitles,
@@ -115,6 +118,7 @@ export {
115
118
  granularReadTools,
116
119
  granularTools,
117
120
  granularWriteTools,
121
+ importLeads,
118
122
  isValidBulkId,
119
123
  launchBulkEnrichment,
120
124
  listLenses,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leadbay/mcp",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "Model Context Protocol (MCP) server for Leadbay — AI lead discovery, qualification, and enrichment for Claude Desktop, Cursor, and Claude Code.",
5
5
  "type": "module",
6
6
  "bin": {