@leadbay/mcp 0.38.2 → 0.39.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog — @leadbay/mcp
2
2
 
3
+ ## 0.39.0 — 2026-09-15
4
+
5
+ Two changes merged since 0.38.2 (#231, #232), both product#4131.
6
+
7
+ - **A list of companies is one `leadbay_qualify_leads` call** (#231). "For each
8
+ of these companies" routed to `leadbay_research_lead_by_name_fuzzy`, once per
9
+ company: a first-time FR user sent 4,026 such calls in 84 minutes on
10
+ 2026-09-14 and never came back. A list now goes to `leadbay_qualify_leads`
11
+ with `qualify: false`, which is free and takes 500 names per call. That free
12
+ identity pass answers with one row per company, in the user's order, with the
13
+ website and the company LinkedIn, plus counts of what Leadbay found and what
14
+ it lacks. The same 82 broker names on FR prod went from 269,542 to 20,846
15
+ characters. Past 100 rows, `leadbay_lead_job_status(compact: true, offset)`
16
+ pages the rest. Web research on the companies with no website is the last
17
+ NEXT STEPS row, behind the existing quote-then-confirm gate.
18
+ - **A local install saves the full list as a CSV** (#232). `bin.ts` passes a
19
+ `saveFile` capability through `ToolContext`; the hosted server does not pass
20
+ it, so it writes no file. The CSV lands in `~/Downloads`, or `~` when there
21
+ is no Downloads folder, and its path comes back in `file`.
22
+
3
23
  ## 0.38.2 — 2026-09-14
4
24
 
5
25
  Four fixes merged since 0.38.1 (#224, #227, #228, #229).