chore(mcp): release 0.29.0 — ship the guided first-run walkthrough - #180
Merged
Conversation
The walkthrough merged in #175 and #179 (Aug 10-11) but has never been released: mcp-v0.28.0 was tagged Aug 3, npm latest is 0.28.0, and neither contains leadbay_getting_started. So "Walk me through Leadbay" does nothing on the live connector today. The CHANGELOG made it worse by filing the feature under `## 0.28.0` — a version already published without it. Retitled to 0.29.0 and dated; the entry's content was already correct, only its number was wrong. Bumps the four version carriers together, which server-json-version.test.ts enforces: packages/mcp/package.json, server.json (top-level, packages[], and the npx pin), and the .claude-plugin manifest (version + its own pin). Everything on main since the tag is this feature, plus an eval-runner restore (9e31ac4) and a telemetry test (1e6a819) — nothing else user-facing, so no other CHANGELOG entry is owed. Merging fires auto-tag.yml, which pushes mcp-v0.29.0 and dispatches release.yml (npm + MCP Registry + .dxt/.mcpb) and build-image.yml (the hosted mcp.leadbay.app connector). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
ArtyETH06
marked this pull request as ready for review
August 17, 2026 08:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump only — no behaviour change. This is the release that makes "Walk me through Leadbay." actually work.
Why
The walkthrough merged in #175 and #179 (Aug 10–11) and has never shipped:
mcp-v0.28.0, 2026-08-03latest0.28.0leadbay_getting_started?A user on the live connector who types "Walk me through Leadbay" today gets nothing; the prompt isn't registered.
CHANGELOG.mdalso filed the feature under## 0.28.0— a version already published without it. Retitled to0.29.0and dated. The entry's content was already correct; only its number was wrong.What changed
The four version carriers, bumped together because
packages/mcp/test/audit/server-json-version.test.tsenforces they stay on the same line:packages/mcp/package.json0.28.0→0.29.0packages/mcp/server.jsonversion,packages[].version, and the@leadbay/mcp@0.29npx pin.claude-plugin/plugins/leadbay/.claude-plugin/plugin.jsonversion+ its own npx pinCHANGELOG.md## 0.28.0 — …→## 0.29.0 — 2026-08-17 — …Scope of the release
Everything on
mainsincemcp-v0.28.0is the walkthrough, plus an eval-runner restore (9e31ac4) and a telemetry test (1e6a819). Nothing else user-facing, so no other CHANGELOG entry is owed.What merging does
auto-tag.ymlfires on apackages/mcp/package.jsonchange tomain: it pushesmcp-v0.29.0and dispatchesrelease.yml(npm + MCP Registry +.dxt/.mcpbassets) andbuild-image.yml(the hostedmcp.leadbay.appconnector). One merge redeploys both surfaces.Gates
Full workspace pass on this branch:
pnpm -r build✅ (dxt bundle builds asleadbay-0.29.0.dxt/.mcpb)pnpm -r test✅ — 1368 tests, 203 files (core 646, mcp 659, components 47, promptforge 16)pnpm -r typecheck✅pnpm prompts:check✅ — generated files up to dateMerge order
mcp-v0.29.0and publishes.