File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 5555 setupGitUser : false
5656 publish : " pnpm ci:publish"
5757 version : " pnpm ci:version"
58- - name : Install MCP Publisher
58+ - name : Publish to MCP Registry
5959 run : |
6060 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 && sudo mv mcp-publisher /usr/local/bin/
61- - name : Login to MCP Registry
62- run : |
6361 echo "${{ secrets.MCP_REGISTRY_PRIVATE_KEY }}" > key.pem
64- mcp-publisher login dns --domain workspace-developer.goog --private-key-file key.pem
65- - name : Publish to MCP Registry
66- run : ./mcp-publisher publish
62+ mcp-publisher login dns --domain workspace-developer.goog --private-key $(openssl pkey -in key.pem -noout -text | grep -A3 "priv:" | tail -n +2 | tr -d ' :\n')
63+ mcp-publisher publish
You can’t perform that action at this time.
0 commit comments