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.
2 parents c858b22 + d6b5f9c commit 6e0a494Copy full SHA for 6e0a494
.github/workflows/mcp-registry-publish.yml
@@ -32,8 +32,8 @@ jobs:
32
33
- name: Install MCP Publisher
34
run: |
35
- curl -L "https://github.com/modelcontextprotocol/registry/releases/download/latest/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
36
-
+ curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.1.0/mcp-publisher_1.1.0_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
+
37
- name: Login to MCP Registry
38
run: ./mcp-publisher login github-oidc
39
0 commit comments