Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/plugins/leadbay/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "leadbay",
"version": "0.28.0",
"version": "0.29.0",
"description": "AI lead discovery, qualification, and outreach prep on your Leadbay account.",
"author": {
"name": "Leadbay",
Expand All @@ -23,7 +23,7 @@
"command": "npx",
"args": [
"-y",
"--package=@leadbay/mcp@0.28",
"--package=@leadbay/mcp@0.29",
"leadbay-mcp"
],
"env": {
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.28.0 — Guided first-run walkthrough
## 0.29.0 — 2026-08-17 — Guided first-run walkthrough

- **New: "Walk me through Leadbay."** A brand-new user now learns Leadbay by
doing it, not by reading about it. Four steps, one button each: check which
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leadbay/mcp",
"version": "0.28.0",
"version": "0.29.0",
"mcpName": "io.github.leadbay/leadbay-mcp",
"description": "Model Context Protocol (MCP) server for Leadbay — AI lead discovery, qualification, and enrichment for Claude Desktop, Cursor, and Claude Code.",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/mcp/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "io.github.leadbay/leadbay-mcp",
"title": "Leadbay",
"description": "AI lead discovery, qualification, and outreach prep on your Leadbay account.",
"version": "0.28.0",
"version": "0.29.0",
"repository": {
"url": "https://github.com/leadbay/mcp",
"source": "github",
Expand All @@ -24,7 +24,7 @@
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@leadbay/mcp",
"version": "0.28.0",
"version": "0.29.0",
"transport": {
"type": "stdio"
},
Expand All @@ -36,7 +36,7 @@
},
{
"type": "positional",
"value": "--package=@leadbay/mcp@0.28"
"value": "--package=@leadbay/mcp@0.29"
},
{
"type": "positional",
Expand Down
Loading