Publish the hop MCP server to the MCP Registry with the latest release version.
Steps
Get the latest release version from GitHub:
gh release view --repo danmartuszewski/hop --json tagName -q .tagNameStrip the leading
vprefix (e.g.v1.2.0→1.2.0).Read
server.jsonand check if the version already matches. If it does, inform the user and stop.Update the
versionfield inserver.jsonto the latest release version.Commit the change:
git add server.json && git commit -m "chore: bump server.json version to <version>"Push to remote:
git pushPublish to the MCP Registry:
mcp-publisher publishReport the result to the user.
Source: danmartuszewski/hop — distributed by TomeVault.