File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' chrome-devtools-mcp-v*'
7+ workflow_call :
8+ inputs :
9+ npm-publish :
10+ default : false
11+ type : boolean
12+ mcp-publish :
13+ default : true
14+ type : boolean
715
816permissions :
917 id-token : write # Required for OIDC
7078
7179 - name : Install MCP Publisher
7280 run : |
73- 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
81+ export VERSION="1.2.1"
82+ export OS=$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')
83+ curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v${VERSION}/mcp-publisher_${VERSION}_${OS}.tar.gz" | tar xz mcp-publisher
7484
7585 - name : Login to MCP Registry
7686 run : ./mcp-publisher login github-oidc
Original file line number Diff line number Diff line change 77 "url" : " https://github.com/ChromeDevTools/chrome-devtools-mcp" ,
88 "source" : " github"
99 },
10- "version" : " 0.2.5 " ,
10+ "version" : " 0.6.0 " ,
1111 "packages" : [
1212 {
1313 "registryType" : " npm" ,
1414 "registryBaseUrl" : " https://registry.npmjs.org" ,
1515 "identifier" : " chrome-devtools-mcp" ,
16- "version" : " 0.2.5 " ,
16+ "version" : " 0.6.0 " ,
1717 "transport" : {
1818 "type" : " stdio"
1919 },
You can’t perform that action at this time.
0 commit comments