Commit cb44e50
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments