Skip to content

Commit cb44e50

Browse files
committed
fix(ci): bump mcp-publisher v1.4.1 → v1.7.9
The MCP Registry deploy of v1.7.5 (PR modelcontextprotocol/registry#1229) moved OIDC audience binding from a hardcoded 'mcp-registry' constant to per-deployment URLs derived from --registry. Our pinned v1.4.1 binary still requests the legacy audience and is rejected: invalid audience: expected https://registry.modelcontextprotocol.io, got [mcp-registry] v1.4.6 npm publish succeeded but MCP Registry publish failed for this reason. v1.7.9 derives the correct audience by default.
1 parent b1f4109 commit cb44e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Install MCP Publisher
5959
run: |
60-
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.4.1/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
60+
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.7.9/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
6161
chmod +x ./mcp-publisher
6262
6363
- name: Login to MCP Registry

0 commit comments

Comments
 (0)