Commit 9fbe4ed
authored
fix(scaffold): mcp-server docs match tag-only release; npm dependabot with held majors [skip version] (#79)
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>1 parent c8defd6 commit 9fbe4ed
4 files changed
Lines changed: 29 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
39 | 46 | | |
40 | 47 | | |
41 | 48 | | |
| |||
121 | 128 | | |
122 | 129 | | |
123 | 130 | | |
124 | | - | |
| 131 | + | |
125 | 132 | | |
126 | 133 | | |
127 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
7 | 26 | | |
8 | 27 | | |
9 | 28 | | |
| |||
0 commit comments