File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 8787
8888 - name : Install MCP Publisher
8989 run : |
90- curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.0/mcp-publisher_1.3.0_ $(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
90+ curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.0/mcp-publisher_ $(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
9191
9292 - name : Login to MCP Registry
9393 run : ./mcp-publisher login github-oidc
Original file line number Diff line number Diff line change 1111 "packages" : [
1212 {
1313 "registryType" : " oci" ,
14- "identifier" : " https://ghcr.io/victoriametrics-community/mcp-victorialogs" ,
15- "version" : " v${VERSION}" ,
14+ "identifier" : " https://ghcr.io/victoriametrics-community/mcp-victorialogs:v${VERSION}" ,
1615 "transport" : {
1716 "type" : " stdio"
1817 },
You can’t perform that action at this time.
0 commit comments