Skip to content

Commit 32b8752

Browse files
committed
fix: update MCP Publisher installation command to support multiple OS architectures
🏠 Remote-Dev: homespace
1 parent 40d365e commit 32b8752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/publishing/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Install MCP Publisher
6262
run: |
63-
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.0.0/mcp-publisher_1.0.0_linux_amd64.tar.gz" | tar xz mcp-publisher
63+
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
6464
6565
- name: Login to MCP Registry
6666
run: ./mcp-publisher login github-oidc

0 commit comments

Comments
 (0)