From 4d8287786eb36f6e6f3003e85c33341e8078543c Mon Sep 17 00:00:00 2001 From: Mathieu Mafille Date: Thu, 30 Apr 2026 10:20:52 +0200 Subject: [PATCH] ci(release): bump mcp-publisher to 1.7.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Required for the new GitHub OIDC audience binding (registry PR modelcontextprotocol/registry#1229) — older binaries get rejected with `invalid audience` once the production registry rolls the matching server-side validation. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d477e6c..f459960 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: shell: bash run: | set -euo pipefail - MCP_PUBLISHER_VERSION="1.6.0" + MCP_PUBLISHER_VERSION="1.7.6" ASSET="mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" curl -fSL -o "$ASSET" "https://github.com/modelcontextprotocol/registry/releases/download/v${MCP_PUBLISHER_VERSION}/${ASSET}" curl -fSL -o checksums.txt "https://github.com/modelcontextprotocol/registry/releases/download/v${MCP_PUBLISHER_VERSION}/registry_${MCP_PUBLISHER_VERSION}_checksums.txt"