Skip to content

fix: replace cursor-plugin workflow templates with mcp-server variants#6

Merged
TMHSDigital merged 1 commit into
mainfrom
fix/bootstrap-ci
May 24, 2026
Merged

fix: replace cursor-plugin workflow templates with mcp-server variants#6
TMHSDigital merged 1 commit into
mainfrom
fix/bootstrap-ci

Conversation

@TMHSDigital

Copy link
Copy Markdown
Owner

Fixes three scaffold template bugs that made main RED on the initial push:

  • pages.yml: replace build_site.py (cursor-plugin) with static docs/ deploy
  • release.yml: replace auto-bumper + release-doc-sync@v1 with simplified tag-from-package.json (same pattern as developer-tools-mcp)
  • validate.yml: replace empty jobs block with required-files check

Also adds the three missing files needed for a functioning mcp-server repo:

  • publish.yml (required by mcp-server drift check)
  • package.json (v0.1.0, required by release.yml)
  • docs/index.html (placeholder, required by pages.yml)

- Replace pages.yml (build_site.py) with static docs/ deploy
- Replace release.yml (auto-bumper + release-doc-sync) with simplified tag-from-package.json
- Replace validate.yml (empty) with required-files check job
- Add publish.yml (npm publish on release)
- Add package.json (v0.1.0 scaffold)
- Add docs/index.html placeholder

Signed-off-by: fOuttaMyPaint <tmhospitalitystrategies@gmail.com>
@github-actions github-actions Bot added documentation Improvements or additions to documentation ci labels May 24, 2026
@TMHSDigital TMHSDigital merged commit c2d5fed into main May 24, 2026
5 checks passed
@TMHSDigital TMHSDigital deleted the fix/bootstrap-ci branch May 24, 2026 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant