File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 run : npm run build --if-present
3232
3333 - name : Install MCP Publisher
34- # Pinned to v1.3.3 linux_amd64. To upgrade: bump VERSION and SHA256
35- # (capture via: shasum -a 256 mcp-publisher_linux_amd64.tar.gz, or use
36- # registry_<ver>_checksums.txt from the release).
37- env :
38- VERSION : v1.3.3
39- SHA256 : 1113b9d6bf59b000966c4f17752cf87b51db03dcc5482721421fd843ce3bf048
4034 run : |
41- curl -fsSL -o mcp-publisher.tar.gz \
42- "https://github.com/modelcontextprotocol/registry/releases/download/${VERSION}/mcp-publisher_linux_amd64.tar.gz"
43- echo "${SHA256} mcp-publisher.tar.gz" | sha256sum -c -
44- tar xzf mcp-publisher.tar.gz mcp-publisher
45- rm mcp-publisher.tar.gz
46-
35+ curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.3/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
4736 - name : Login to MCP Registry
4837 run : ./mcp-publisher login github-oidc
4938
You can’t perform that action at this time.
0 commit comments