fix(scaffold): mcp-server release is PAT-free and protected-main-safe#78
Merged
Conversation
… [skip version] The mcp-server release template pushed a version-bump commit to main, which the standard main-protection ruleset (empty bypass) rejects with 403, so a born repo could never release/publish. Replace with the validated tag-only model: bump the version in the PR; release.yml uses the default GITHUB_TOKEN to push only tags (never main) and create the release, then dispatches publish.yml (a GITHUB_TOKEN release does not trigger it; publish.yml is idempotent). No dependency on a personal access token. AGENTS.md.j2 and CLAUDE.md.j2 mcp-server version guidance updated to match (bump in the PR; CI never writes to main). No STANDARDS_VERSION/VERSION change. Signed-off-by: fOuttaMyPaint <tmhospitalitystrategies@gmail.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
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.
PR #77's mcp-server release template auto-bumped and pushed a commit to main, which the standard main-protection ruleset (empty bypass) rejects with 403 — a born mcp-server repo could never release or publish. (Found while shipping local-ai-mcp.)
Replace with the validated tag-only model:
Verified: pytest 238 passed / 1 skipped; rendered mcp-server release.yml has 0 RELEASE_PAT, 0 pushes to main, dispatches publish, uses GITHUB_TOKEN. No STANDARDS_VERSION/VERSION change ([skip version]).