Publish MCP

Publish updated MCP server metadata to the MCP Registry Use when this capability is needed.

tomevault-io Updated

File contents

Publish the hop MCP server to the MCP Registry with the latest release version.

Steps

  1. Get the latest release version from GitHub:

    gh release view --repo danmartuszewski/hop --json tagName -q .tagName
    

    Strip the leading v prefix (e.g. v1.2.01.2.0).

  2. Read server.json and check if the version already matches. If it does, inform the user and stop.

  3. Update the version field in server.json to the latest release version.

  4. Commit the change:

    git add server.json && git commit -m "chore: bump server.json version to <version>"
    
  5. Push to remote:

    git push
    
  6. Publish to the MCP Registry:

    mcp-publisher publish
    
  7. Report the result to the user.


Source: danmartuszewski/hop — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/danmartuszewski--hop--hop commit 110bd3b897

Frequently asked questions

npx skillmds@latest add tomevault-io/publish-mcp