Skip to content

Commit 1faaa35

Browse files
authored
Merge pull request #183 from browserstack/main
Sync Up
2 parents b6cc8b4 + 94eb783 commit 1faaa35

25 files changed

+2306
-1765
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install MCP Publisher
3434
run: |
35-
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.1.0/mcp-publisher_1.1.0_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
35+
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.3/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
3636
3737
- name: Login to MCP Registry
3838
run: ./mcp-publisher login github-oidc

0 commit comments

Comments
 (0)