File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727
2828env :
2929 REGISTRY : docker.io
30- IMAGE_NAME : elpaypes/iexec- mcp
30+ IMAGE_NAME : elpaypes/mcp-server
3131
3232jobs :
3333 validate :
@@ -146,7 +146,7 @@ jobs:
146146 images : ${{ env.IMAGE_NAME }}
147147 tags : |
148148 type=raw,value=${{ needs.validate.outputs.version }}
149- type=raw,value=latest,enable=${{ needs.validate.outputs.is-prerelease == 'false' }}
149+ type=raw,value=latest
150150
151151 - name : Build and push Docker image to elpaypes
152152 uses : docker/build-push-action@v5
@@ -168,8 +168,8 @@ jobs:
168168 if : needs.npm-release.result == 'success' && needs.docker-release.result == 'success'
169169 run : |
170170 echo "✅ Successfully published v${{ needs.validate.outputs.version }}"
171- echo "📦 npm: https://www.npmjs.com/package/@paypes/iexec- mcp"
172- echo "🐳 Docker: https://hub.docker.com/r/elpaypes/iexec- mcp"
171+ echo "📦 npm: https://www.npmjs.com/package/@paypes/mcp-server "
172+ echo "🐳 Docker: https://hub.docker.com/r/elpaypes/mcp-server "
173173
174174 - name : Notify on failure
175175 if : needs.npm-release.result == 'failure' || needs.docker-release.result == 'failure'
Original file line number Diff line number Diff line change 11{
2- "name" : " @paypes/iexec- mcp" ,
2+ "name" : " @paypes/mcp-server " ,
33 "version" : " 0.1.0-alpha.1" ,
44 "description" : " MCP server for interacting with iExec Blockchain" ,
55 "type" : " module" ,
66 "main" : " build/index.js" ,
77 "types" : " build/index.d.ts" ,
88 "bin" : {
9- "iexec- mcp" : " build/index.js" ,
9+ "mcp-server " : " build/index.js" ,
1010 "run" : " build/index.js"
1111 },
1212 "homepage" : " https://github.com/iExecBlockchainComputing/iexec-mcp-server" ,
Original file line number Diff line number Diff line change 22 "packages" : {
33 "." : {
44 "release-type" : " node" ,
5- "package-name" : " @paypes/iexec- mcp" ,
5+ "package-name" : " @paypes/mcp-server " ,
66 "changelog-sections" : [
77 { "type" : " feat" , "section" : " Features" },
88 { "type" : " fix" , "section" : " Bug Fixes" },
You can’t perform that action at this time.
0 commit comments