Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
06c2bef
Merge pull request #172 from browserstack/beta
gaurav-singh-9227 Oct 28, 2025
2eb76f3
chore : update version to 1.27
tech-sushant Oct 28, 2025
bd5c6d5
Merge pull request #173 from tech-sushant/win-fix
gaurav-singh-9227 Oct 28, 2025
78060d4
fix: update MCP Publisher version to 1.3.3 in workflow
tech-sushant Oct 28, 2025
8f346f9
Merge pull request #174 from tech-sushant/registry-fix
gaurav-singh-9227 Oct 28, 2025
6d71661
fix: update prerequisite branch name and improve instructions for Per…
tech-sushant Nov 3, 2025
6bf095c
refactor: update device handling in app automation tools
tech-sushant Nov 10, 2025
a9b28be
feat: refactor TM API URLs to use dynamic base URL retrieval
tech-sushant Nov 10, 2025
62067e8
refactor: replace URL retrieval functions with constants for improved…
tech-sushant Nov 10, 2025
7a0ce95
feat: refactor API URLs to use dynamic base URL retrieval for improve…
tech-sushant Nov 10, 2025
8a5f90e
feat: update TM base URL retrieval to accept configuration for improv…
tech-sushant Nov 10, 2025
44d7215
fix : Adding support to TM tools to all regions
tech-sushant Nov 10, 2025
cc2a6a2
Merge pull request #175 from tech-sushant/percy-changes
gaurav-singh-9227 Nov 10, 2025
c360994
fix: improve error message for TM base URL connection failure
tech-sushant Nov 10, 2025
8912c86
Merge pull request #179 from tech-sushant/qodo-fix
gaurav-singh-9227 Nov 10, 2025
8bd98ce
Merge pull request #181 from tech-sushant/tm-regions
gaurav-singh-9227 Nov 10, 2025
fb00078
Fix : Update package lock json
tech-sushant Nov 10, 2025
94eb783
Merge pull request #182 from tech-sushant/tm-regions
tech-sushant Nov 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mcp-registry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install MCP Publisher
run: |
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
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

- name: Login to MCP Registry
run: ./mcp-publisher login github-oidc
Expand Down
Loading
Loading