Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TMHSDigital/Developer-Tools-MCP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: TMHSDigital/Developer-Tools-MCP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Jun 14, 2026

  1. fix: createTool drops version field, uses [skip version], publishable…

    … via dispatch (#19)
    
    * fix: createTool registry entry mirrors canonical generator; publish via dispatch
    
    - buildWouldBeEntry no longer injects the removed per-tool `version` field
      and now mirrors scaffold/generator.py build_registry_entry exactly
      (homepage, topics, status, pagesType), so a born repo's catalog entry
      matches the canonical single source of truth.
    - Registration commit uses the fleet opt-out `[skip version]` instead of
      `[skip ci]`, which previously suppressed all CI on the meta PR (so required
      checks never reported and the API merge blocked).
    - publish.yml gains workflow_dispatch and an already-published idempotency
      guard so the package can be published/re-published without depending on a
      GITHUB_TOKEN release event (which does not trigger downstream workflows).
    - Bump 0.2.0 -> 0.2.1.
    
    Signed-off-by: fOuttaMyPaint <tmhospitalitystrategies@gmail.com>
    
    * chore: retrigger CI [skip version]
    
    Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com>
    
    ---------
    
    Signed-off-by: fOuttaMyPaint <tmhospitalitystrategies@gmail.com>
    Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com>
    TMHSDigital authored Jun 14, 2026
    Configuration menu
    Copy the full SHA
    8b20086 View commit details
    Browse the repository at this point in the history
Loading