chore(server): add provenance to toolhive-doc-mcp entries#1226
Merged
Conversation
Add the sigstore/cosign signing identity block to both the official and toolhive registry entries for toolhive-doc-mcp. Images were already being signed keylessly from StacklokLabs/toolhive-doc-mcp release.yml; this just records the expected identity so the catalog's verifier can check it. Verified locally with: catalog update-metadata --verify-provenance. Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Contributor
Registry Build PreviewAll registries built successfully! Registry:
|
Contributor
MCP Server Tool List Updates (server.json)The tool lists for modified MCP server entries have been automatically updated using Summary
This comment is automatically generated and will be updated as the workflow progresses. |
aponcedeleonch
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the sigstore/cosign provenance block to both the
official/andtoolhive/registry entries fortoolhive-doc-mcp. Images have been signed keylessly fromStacklokLabs/toolhive-doc-mcp'srelease.ymlfor some time, but the expected signing identity wasn't recorded in the catalog, socatalog update-metadata --verify-provenancewas silently skipping these entries (if ext.Provenance == nil { ... skipping verification }). Peers likeosvalready have this block; this bringstoolhive-doc-mcpin line.Test plan
task build./build/catalog update-metadata --verify-provenance --dry-run -v registries/official/servers/toolhive-doc-mcp/server.json→Provenance verified successfully./build/catalog update-metadata --verify-provenance --dry-run -v registries/toolhive/servers/toolhive-doc-mcp/server.json→Provenance verified successfully