File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 3838 - name : Publish
3939 run : |
4040 npm publish --provenance --access public
41+
42+ - name : Install MCP Publisher
43+ run : |
44+ curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.0.0/mcp-publisher_1.0.0_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
45+
46+ - name : Login to MCP Registry
47+ run : ./mcp-publisher login github-oidc
48+
49+ - name : Publish to MCP Registry
50+ run : ./mcp-publisher publish
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json" ,
3+ "name" : " io.github.ChromeDevTools/chrome-devtools-mcp" ,
4+ "description" : " MCP server for Chrome DevTools" ,
5+ "status" : " active" ,
6+ "repository" : {
7+ "url" : " https://github.com/ChromeDevTools/chrome-devtools-mcp" ,
8+ "source" : " github"
9+ },
10+ "version" : " 0.2.1" ,
11+ "packages" : [
12+ {
13+ "registry_type" : " npm" ,
14+ "registry_base_url" : " https://registry.npmjs.org" ,
15+ "identifier" : " chrome-devtools-mcp" ,
16+ "version" : " 0.2.1" ,
17+ "transport" : {
18+ "type" : " stdio"
19+ },
20+ "environment_variables" : []
21+ }
22+ ]
23+ }
You can’t perform that action at this time.
0 commit comments