File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,18 @@ jobs:
4040 - run : pnpm publish --provenance --access public --no-git-checks
4141 env :
4242 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
43- - name : Install MCP Publisher
44- run : |
45- # Build publisher from source (requires Go)
46- git clone https://github.com/modelcontextprotocol/registry publisher-repo
47- cd publisher-repo
48- make publisher
49- cp cmd/publisher/bin/mcp-publisher ../mcp-publisher
50- cd ..
51- chmod +x mcp-publisher
52-
53- - name : Login to MCP Registry
54- run : ./mcp-publisher login github-oidc
55-
56- - name : Publish to MCP Registry
57- run : ./mcp-publisher publish
43+ # - name: Install MCP Publisher
44+ # run: |
45+ # # Build publisher from source (requires Go)
46+ # git clone https://github.com/modelcontextprotocol/registry publisher-repo
47+ # cd publisher-repo
48+ # make publisher
49+ # cp cmd/publisher/bin/mcp-publisher ../mcp-publisher
50+ # cd ..
51+ # chmod +x mcp-publisher
52+ #
53+ # - name: Login to MCP Registry
54+ # run: ./mcp-publisher login github-oidc
55+ #
56+ # - name: Publish to MCP Registry
57+ # run: ./mcp-publisher publish
You can’t perform that action at this time.
0 commit comments