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 3dddaa9 commit f34d3fdCopy full SHA for f34d3fd
.github/workflows/release.yml
@@ -500,7 +500,10 @@ jobs:
500
node-version: '20'
501
502
- name: Install mcp-publisher
503
- run: npm install -g @anthropic-ai/mcp-publisher || npm install -g mcp-publisher
+ run: |
504
+ curl -sL https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher-linux-amd64 -o /usr/local/bin/mcp-publisher
505
+ chmod +x /usr/local/bin/mcp-publisher
506
+ mcp-publisher --version
507
508
- name: Verify version in server.json
509
run: |
0 commit comments