Skip to content

Commit 62a28ea

Browse files
authored
Merge pull request #165 from leadbay/ArtyETH06/redeploy-0.24.2
chore(release): 0.24.2 — republish hosted HTTP-server image
2 parents 4aaf049 + 1be6e52 commit 62a28ea

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

packages/mcp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog — @leadbay/mcp
22

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+
39
## 0.24.1 — 2026-07-10
410

511
Fix PostHog tool-call events silently dropped (product#3876). The hosted HTTP

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leadbay/mcp",
3-
"version": "0.24.1",
3+
"version": "0.24.2",
44
"mcpName": "io.github.leadbay/leadbay-mcp",
55
"description": "Model Context Protocol (MCP) server for Leadbay — AI lead discovery, qualification, and enrichment for Claude Desktop, Cursor, and Claude Code.",
66
"type": "module",

packages/mcp/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "io.github.leadbay/leadbay-mcp",
44
"title": "Leadbay",
55
"description": "AI lead discovery, qualification, and outreach prep on your Leadbay account.",
6-
"version": "0.24.1",
6+
"version": "0.24.2",
77
"repository": {
88
"url": "https://github.com/leadbay/mcp",
99
"source": "github",
@@ -15,7 +15,7 @@
1515
"registryType": "npm",
1616
"registryBaseUrl": "https://registry.npmjs.org",
1717
"identifier": "@leadbay/mcp",
18-
"version": "0.24.1",
18+
"version": "0.24.2",
1919
"transport": {
2020
"type": "stdio"
2121
},

0 commit comments

Comments
 (0)