Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/release.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,13 @@ jobs:

- name: Install mcp-publisher
env:
MCP_PUBLISHER_VERSION: v1.5.0
MCP_PUBLISHER_SHA256: 79bbb73ba048c5906034f73ef6286d7763bd53cf368ea0b358fc593ed360cbd5
# v1.7.x is the first that requests the per-deployment OIDC audience
# the registry now requires (PR modelcontextprotocol/registry#1229,
# merged 2026-04-30 — production registry expects audience
# `https://registry.modelcontextprotocol.io`; v1.5.0 still requests
# `mcp-registry` and fails token exchange with HTTP 401).
MCP_PUBLISHER_VERSION: v1.7.6
MCP_PUBLISHER_SHA256: bcc96ca630cae4cf503b4550bd4a17462d42ad4819273bee56f4385bb059ddee
run: |
curl -sL "https://github.com/modelcontextprotocol/registry/releases/download/${MCP_PUBLISHER_VERSION}/mcp-publisher_linux_amd64.tar.gz" -o mcp-publisher.tar.gz
echo "${MCP_PUBLISHER_SHA256} mcp-publisher.tar.gz" | sha256sum -c
Expand Down
Loading