Skip to content

Commit 393502f

Browse files
Merge branch 'develop' into release/mcp-server-v0.1.0-alpha.1
2 parents 562ab35 + aa55202 commit 393502f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727

2828
env:
2929
REGISTRY: docker.io
30-
IMAGE_NAME: elpaypes/iexec-mcp
30+
IMAGE_NAME: elpaypes/mcp-server
3131

3232
jobs:
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'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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",

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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" },

0 commit comments

Comments
 (0)