fix(scaffold): mcp-server docs match tag-only release; npm dependabot with held majors#79
Merged
Conversation
… with held majors [skip version] Future mcp-server borns were inheriting the abandoned conventional-commit auto-bump language and shipped without an npm dependabot config. Align the template with the tag-only model that actually ships: - AGENTS.md.j2 (branching + code-conventions), CONTRIBUTING.md.j2, and cursorrules.j2 mcp-server branches: 'CI auto-bumps / never edit the version' -> 'bump the version in your PR; CI tags and publishes it'. cursor-plugin branches keep their auto-bump wording (release-doc-sync still auto-bumps). - dependabot.yml.j2: mcp-server repos now get an npm ecosystem with the same held-major ignores baked in (zod semver-major, typescript semver-major, @types/node >=23) so a fresh born does not spawn that backlog on day one. The mcp-server template emits no src/ skeleton, so there is no hardcoded server-version literal to fix in the template (that fix applied to the already-born local-ai-mcp). 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.
Stops future mcp-server borns from inheriting the abandoned auto-bump doc language and from shipping without an npm dependabot config (found while cleaning up local-ai-mcp).
Verified: pytest 238 passed/1 skipped; mcp render has zero auto-bump phrasing + npm dependabot with the 3 ignores; cursor-plugin render unchanged. The mcp-server template emits no src/, so there is no server-version literal to template. No STANDARDS_VERSION/VERSION change ([skip version]).