File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ jobs:
116116 exit 1
117117 fi
118118
119- - name : Install MCP Publisher CLI v1.2.3
119+ - name : Install MCP Publisher CLI v1.3.10
120120 run : |
121- echo "Installing MCP Publisher CLI v1.2.3 ..."
122- curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.2.3 /mcp-publisher_1.2.3_linux_amd64 .tar.gz" | tar xz
121+ echo "Installing MCP Publisher CLI v1.3.10 ..."
122+ curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.10 /mcp-publisher_linux_amd64 .tar.gz" | tar xz
123123 chmod +x mcp-publisher
124124 sudo mv mcp-publisher /usr/local/bin/
125125 echo "Installed version:"
Original file line number Diff line number Diff line change @@ -167,10 +167,10 @@ jobs:
167167 sleep 10
168168 done
169169
170- - name : Install MCP Publisher CLI v1.2.3
170+ - name : Install MCP Publisher CLI v1.3.10
171171 run : |
172- echo "Installing MCP Publisher CLI v1.2.3 ..."
173- curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.2.3 /mcp-publisher_1.2.3_linux_amd64 .tar.gz" | tar xz
172+ echo "Installing MCP Publisher CLI v1.3.10 ..."
173+ curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.10 /mcp-publisher_linux_amd64 .tar.gz" | tar xz
174174 chmod +x mcp-publisher
175175 sudo mv mcp-publisher /usr/local/bin/
176176 echo "Installed version:"
You can’t perform that action at this time.
0 commit comments