docs(release): add mcp-publisher validate pre-tag check + backfill phase issue links#35
Merged
Merged
Conversation
…ase issue links Two related housekeeping changes after the v0.1.5 → v0.1.6 release arc: 1. .github/RELEASE.md Pre-Release Verification checklist now includes running ./mcp-publisher validate server.json against the live MCP Registry endpoint before tagging. The v0.1.5 release was a half- publish (PyPI succeeded, MCP Registry rejected the 152-char description for exceeding the 100-char schema limit) and would have been prevented by this 10-second local check. 2. .planning/ROADMAP.md backlog table now links the three phase rows to the live GitHub issues opened after PR #27 (#32, #33, #34). Both changes are documentation-only; no code or workflow changes.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR updates two planning and documentation artifacts. The release checklist gains a validation step for ChangesDocumentation and Planning Updates
🎯 1 (Trivial) | ⏱️ ~3 minutes
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This was referenced May 14, 2026
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
Two small housekeeping items after the v0.1.5 → v0.1.6 release arc:
1.
.github/RELEASE.md— new pre-tag checkThe Pre-Release Verification checklist now includes:
Why: v0.1.5 was a half-publish — PyPI succeeded (no description-length limit; 152-char description accepted) but MCP Registry rejected validation (its schema caps
description ≤ 100 chars). The recovery took an extra v0.1.6 patch release. A 10-second local validate before tagging would have caught it.2.
.planning/ROADMAP.md— backfill phase issue linksThe post-v0.1.5 backlog table now links the three phase rows to live GitHub issues:
All three issues use the new `phase-plan` label + `help wanted` + `enhancement`, with the corresponding CONTEXT.md content as the issue body.
Out of scope
The RELEASE.md still has stale per-version content (header says "v0.1.1 Release Checklist", grep checks for `0.1.1` in pyproject.toml, etc). Generalizing those to be version-agnostic is a worthwhile cleanup but separate from this fix-and-backfill PR. Suggest a follow-up issue if desired.
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit