Skip to content

Commit f5eeccc

Browse files
authored
Merge pull request #83 from leadbay/ArtyETH06/publish-017
chore(mcp): bump to 0.17.1 — republish with installer bin
2 parents 3452633 + 988e821 commit f5eeccc

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

packages/mcp/CHANGELOG.md

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

3+
## 0.17.1 — 2026-06-01
4+
5+
- **Publish fix**: the `installer` npm bin (`npx -y -p @leadbay/mcp@latest installer`) was missing from the 0.17.0 tarball because the package was published before the installer wizard merged. This patch re-publishes with the correct bin entries.
6+
37
## 0.17.0 — 2026-05-29
48

59
- **Lens extension** (product#3654): two new composites that expose the

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.17.0",
3+
"version": "0.17.1",
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: 4 additions & 4 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.16.0",
6+
"version": "0.17.1",
77
"repository": {
88
"url": "https://github.com/leadbay/leadclaw",
99
"source": "github",
@@ -15,7 +15,7 @@
1515
"registryType": "npm",
1616
"registryBaseUrl": "https://registry.npmjs.org",
1717
"identifier": "@leadbay/mcp",
18-
"version": "0.16.0",
18+
"version": "0.17.1",
1919
"transport": {
2020
"type": "stdio"
2121
},
@@ -27,13 +27,13 @@
2727
},
2828
{
2929
"type": "positional",
30-
"value": "@leadbay/mcp@0.16"
30+
"value": "@leadbay/mcp@0.17"
3131
}
3232
],
3333
"environmentVariables": [
3434
{
3535
"name": "LEADBAY_TOKEN",
36-
"description": "Bearer token; mint with `npx -y @leadbay/mcp@0.16 login --email <you> --region <us|fr>`.",
36+
"description": "Bearer token; mint with `npx -y @leadbay/mcp@0.17 login --email <you> --region <us|fr>`.",
3737
"isRequired": true,
3838
"isSecret": true
3939
},

0 commit comments

Comments
 (0)