Fix downloading mcp publisher

This commit is contained in:
Yiorgis Gozadinos 2025-10-16 12:54:37 +03:00
parent e3e3393f96
commit 48243d8d8e
No known key found for this signature in database

View file

@ -26,7 +26,8 @@ jobs:
echo "Generated server.json with version: $VERSION"
- name: Install MCP Publisher
run: |
curl -L https://github.com/modelcontextprotocol/publisher/releases/latest/download/mcp-publisher-linux-x86_64 -o mcp-publisher
curl -L https://github.com/modelcontextprotocol/registry/releases/download/latest/mcp-publisher_linux_amd64.tar.gz -o mcp-publisher.tar.gz
tar -xzf mcp-publisher.tar.gz
chmod +x mcp-publisher
sudo mv mcp-publisher /usr/local/bin/
- name: Login to MCP Registry