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 f7baee0 commit c2a8897Copy full SHA for c2a8897
.github/workflows/publish.yml
@@ -58,7 +58,8 @@ jobs:
58
59
- name: Install mcp-publisher
60
run: |
61
- curl -L https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher-linux-amd64 -o mcp-publisher
+ curl -L https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_linux_amd64.tar.gz -o mcp-publisher.tar.gz
62
+ tar -xzf mcp-publisher.tar.gz
63
chmod +x mcp-publisher
64
sudo mv mcp-publisher /usr/local/bin/
65
0 commit comments