We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e374ad2 commit 89b8f41Copy full SHA for 89b8f41
.github/workflows/release.yaml
@@ -252,7 +252,7 @@ jobs:
252
echo "✓ Version check passed: server.json has correct version $ACTUAL_VERSION"
253
- name: Install MCP Publisher
254
run: |
255
- curl -L "https://github.com/modelcontextprotocol/publisher/releases/latest/download/mcp-publisher-linux-x64.tar.gz" | tar xz
+ curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.0.0/mcp-publisher_1.0.0_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
256
chmod +x mcp-publisher
257
- name: Login to MCP Registry
258
run: ./mcp-publisher login github-oidc
0 commit comments