Skip to content

Commit 65c8942

Browse files
committed
fix: update mcp-publisher download URLs to v1.3.10 format
1 parent 8308b8f commit 65c8942

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish-mcp-only.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:"

.github/workflows/publish-pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:"

0 commit comments

Comments
 (0)