Release MCP 0.10.1 — pin sweep + dogfood autorelease#53
Merged
Conversation
Doc/pin-only release (no functional changes to the published binary). Bumps every `npx -y @leadbay/mcp@<old>` reference across the repo to `@0.10` so new installs land on the latest minor: - packages/mcp/src/bin.ts (HELP text, install command output, error hints, generated claude_desktop_config.json / Claude Code argv, doctor instructions) — was @0.3 - packages/mcp/README.md — was @0.6 - packages/mcp/server.json (MCP Registry manifest, version + npx identifier) — was @0.9 - packages/dxt/manifest.template.json — was @0.9 - .claude-plugin/.../plugin.json (Claude Code plugin) — was @0.6; plugin manifest version bumped to 0.10.1 too - README.md root — was @0.7 Tests track the bin.ts pin via assertion (install-flags.test.ts, login-collision.test.ts) — both updated. Lands as 0.10.1 to dogfood the autorelease chain end-to-end now that the OIDC plumbing is in place. The auto-tag workflow will push mcp-v0.10.1 on merge, dispatch release.yml on the tag, and publish to npm + MCP Registry + the GitHub Release .dxt upload. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Documentation/pin cleanup paired with end-to-end test of the autorelease pipeline now that npm OIDC publishing works.
No functional changes to the published binary. Just bumps every `npx -y @leadbay/mcp@` reference across the repo to `@0.10`, so new installs land on the latest minor:
Autorelease validation
Lands as `0.10.1` to exercise the full chain end-to-end:
If anything regresses, we'll see it here before the next real feature ship.
Test plan
Open follow-up (not in this PR)
🤖 Generated with Claude Code