Skip to content

feat(scaffold): correct mcp-server template set and release/publish chain#77

Merged
TMHSDigital merged 1 commit into
mainfrom
feat/mcp-server-template-set
Jun 14, 2026
Merged

feat(scaffold): correct mcp-server template set and release/publish chain#77
TMHSDigital merged 1 commit into
mainfrom
feat/mcp-server-template-set

Conversation

@TMHSDigital

Copy link
Copy Markdown
Owner

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

  • Type-aware doc templates: mcp-server output describes a TypeScript MCP server (src/ layout, provider adapters, tool registration, mcp-tools.json sync, stdio, npx). Zero skills/rules/.mdc/.cursor-plugin/plugin.json/validate.yml/marketplace language. Cursor-plugin output is byte-identical (guarded).
  • Workflows: emit ci.yml (build+test Node 20/22) and a corrected release.yml for mcp-server (conventional-commit auto-bump via npm version, README badge update, commit with [skip version], release created with a PAT-or-fallback token so publish.yml fires). publish.yml gains workflow_dispatch + an already-published guard.
  • build_registry_entry language is type-aware (TypeScript for mcp-server).
  • Born-green tests assert the new mcp-server emit set; ci.yml/release.yml are emitted-but-not-drift-required. Suite: 238 passed, 1 skipped.

Not changed

No STANDARDS_VERSION or VERSION bump (scaffolding decoupled by design; [skip version] opt-out).

…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>
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@TMHSDigital TMHSDigital merged commit 99a1962 into main Jun 14, 2026
14 checks passed
@TMHSDigital TMHSDigital deleted the feat/mcp-server-template-set branch June 14, 2026 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant