@leadbay/mcp 0.24.1 → 0.24.2

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,11 @@
1
1
  # Changelog — @leadbay/mcp
2
2
 
3
+ ## 0.24.2 — 2026-07-13
4
+
5
+ Release bump to publish a fresh hosted HTTP-server image carrying the 0.24.1
6
+ telemetry fix (the hosted `mcp.leadbay.app` endpoint deploys from the release
7
+ image, separately from npm). No code changes.
8
+
3
9
  ## 0.24.1 — 2026-07-10
4
10
 
5
11
  Fix PostHog tool-call events silently dropped (product#3876). The hosted HTTP
package/dist/bin.js CHANGED
@@ -28277,7 +28277,7 @@ var OAUTH_BASE_URLS = {
28277
28277
  fr: "https://staging.api.leadbay.app"
28278
28278
  }
28279
28279
  };
28280
- var VERSION = "0.24.1";
28280
+ var VERSION = "0.24.2";
28281
28281
  var HELP = `
28282
28282
  leadbay-mcp ${VERSION} \u2014 Leadbay Model Context Protocol server
28283
28283
 
@@ -24830,7 +24830,7 @@ function parseWriteEnv(env = process.env) {
24830
24830
  }
24831
24831
 
24832
24832
  // src/http-server.ts
24833
- var VERSION = true ? "0.24.1" : "0.0.0-dev";
24833
+ var VERSION = true ? "0.24.2" : "0.0.0-dev";
24834
24834
  var PORT = Number(process.env.PORT ?? 8080);
24835
24835
  var HOST = process.env.HOST ?? "0.0.0.0";
24836
24836
  var logger = {
@@ -1804,7 +1804,7 @@ var init_installer_gui = __esm({
1804
1804
  init_install_dxt();
1805
1805
  init_install_shared();
1806
1806
  init_oauth();
1807
- VERSION = true ? "0.24.1" : "0.0.0-dev";
1807
+ VERSION = true ? "0.24.2" : "0.0.0-dev";
1808
1808
  MESSAGES = {
1809
1809
  en: {
1810
1810
  installer: {
@@ -1067,7 +1067,7 @@ async function oauthLogin(opts) {
1067
1067
  }
1068
1068
 
1069
1069
  // installer/installer-gui.ts
1070
- var VERSION = true ? "0.24.1" : "0.0.0-dev";
1070
+ var VERSION = true ? "0.24.2" : "0.0.0-dev";
1071
1071
  var MESSAGES = {
1072
1072
  en: {
1073
1073
  installer: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leadbay/mcp",
3
- "version": "0.24.1",
3
+ "version": "0.24.2",
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",