feat(scaffold): correct mcp-server template set and release/publish chain#77
Merged
Conversation
…hain [skip version] mcp-server borns were inheriting cursor-plugin doc/meta boilerplate and a broken release/publish setup. Fix at the generator source: - Type-aware doc templates (CLAUDE, AGENTS, CONTRIBUTING, ROADMAP, site.json, CHANGELOG, .cursorrules, .gitignore): mcp-server output now describes a TypeScript MCP server (src/ layout, provider adapters, tool registration, mcp-tools.json sync, stdio, npx install) with no skills/rules/.mdc/ .cursor-plugin/plugin.json/validate.yml/marketplace language. - Emit ci.yml (build+test on Node 20/22) and a corrected release.yml for mcp-server; the new release.mcp.yml.j2 auto-bumps from conventional commits (npm version keeps package.json + lockfile in sync), updates the README badge, commits with [skip version], and creates the release with a PAT-or-fallback token so publish.yml's release event actually fires. - publish.yml.j2: add workflow_dispatch and an already-published guard so a re-dispatch is idempotent. - build_registry_entry language is now type-aware (TypeScript for mcp-server). - Born-green test asserts the new mcp-server emit set (ci.yml, release.yml) as emitted-but-not-drift-required, so siblings without them do not go red. No STANDARDS_VERSION or VERSION change (scaffolding is decoupled by design). 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.
Why
Borning an mcp-server repo (e.g. local-ai-mcp) emitted cursor-plugin doc/meta boilerplate and a broken release/publish chain. Fixes at the generator source so future mcp-server borns come out correct with no manual driving.
What
Not changed
No STANDARDS_VERSION or VERSION bump (scaffolding decoupled by design; [skip version] opt-out).