Skip to content

Commit 6889d38

Browse files
tianzhouclaude
andcommitted
ci: bump mcp-publisher to v1.7.9 to fix OIDC audience mismatch
v1.4.0 requested the github-oidc token with audience "mcp-registry", but the registry now requires "https://registry.modelcontextprotocol.io" (security fix CVE-2026-44428), causing 401 on login. v1.7.6+ sends the correct audience. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 88e7c19 commit 6889d38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mcp-publish.yml

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

2525
- name: Install MCP Publisher
2626
run: |
27-
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.4.0/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
27+
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
2828
2929
- name: Login to MCP Registry
3030
run: ./mcp-publisher login github-oidc

0 commit comments

Comments
 (0)