File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
.github/actions/github-registry Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 6969 - name : Publish MCP server
7070 shell : bash
7171 run : |
72+ sed -i "s/0.0.0-dev/${GITHUB_REF_NAME}/g" server.json
7273 mcp_publisher="mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz"
7374 curl -L "https://github.com/modelcontextprotocol/registry/releases/latest/download/${mcp_publisher}" | tar xz mcp-publisher
7475 ./mcp-publisher login github-oidc
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515 "source" : " github" ,
1616 "id" : " 643163403"
1717 },
18- "version" : " v0.10.6 -dev" ,
18+ "version" : " 0.0.0 -dev" ,
1919 "packages" : [
2020 {
2121 "registryType" : " oci" ,
22- "identifier" : " ghcr.io/eat-pray-ai/yutu:v0.10.6 -dev" ,
22+ "identifier" : " ghcr.io/eat-pray-ai/yutu:0.0.0 -dev" ,
2323 "transport" : {
2424 "type" : " streamable-http" ,
2525 "url" : " http://localhost:8216/mcp"
You can’t perform that action at this time.
0 commit comments