From 217000b841d590f7a6c576578b73f9457de4857e Mon Sep 17 00:00:00 2001 From: Emanuele Francioni <7613527+autholykos@users.noreply.github.com> Date: Fri, 1 May 2026 17:07:29 +0200 Subject: [PATCH] Fix MCP registry OIDC audience --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d7459b..cda8233 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,8 +155,9 @@ jobs: VERSION="${TAG#v}" # Pin mcp-publisher to a specific version with integrity check. - MCP_PUBLISHER_VERSION="v1.5.0" - MCP_PUBLISHER_SHA256="79bbb73ba048c5906034f73ef6286d7763bd53cf368ea0b358fc593ed360cbd5" + MCP_PUBLISHER_VERSION="v1.7.6" + MCP_PUBLISHER_SHA256="bcc96ca630cae4cf503b4550bd4a17462d42ad4819273bee56f4385bb059ddee" + MCP_REGISTRY_URL="https://registry.modelcontextprotocol.io" 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 tar xzf mcp-publisher.tar.gz @@ -186,5 +187,5 @@ jobs: cat server.json ./mcp-publisher validate - ./mcp-publisher login github-oidc + ./mcp-publisher login github-oidc --registry "$MCP_REGISTRY_URL" ./mcp-publisher publish