Skip to content

Commit 7af42bb

Browse files
chore(main): release mcp-server 0.1.0-alpha.3 (#28)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent c9e1b78 commit 7af42bb

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.2"
2+
".": "0.1.0-alpha.3"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.0-alpha.3](https://github.com/iExecBlockchainComputing/iexec-mcp-server/compare/mcp-server-v0.1.0-alpha.2...mcp-server-v0.1.0-alpha.3) (2025-06-04)
4+
5+
6+
### 🚀 Features
7+
8+
* Add custom publish workflows ([#27](https://github.com/iExecBlockchainComputing/iexec-mcp-server/issues/27)) ([deb9e2e](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/deb9e2edf2fb23f333be2f9c0a764ebd93f1f3c9))
9+
* add custom publish workflows for npm and docker ([deb9e2e](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/deb9e2edf2fb23f333be2f9c0a764ebd93f1f3c9))
10+
11+
12+
### 🐞 Bug Fixes
13+
14+
* correct version extraction in docker workflow ([c9e1b78](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/c9e1b78b74f900bbfb41aeb38fb0b21362577f8a))
15+
* Correct version extraction in publish workflows ([#29](https://github.com/iExecBlockchainComputing/iexec-mcp-server/issues/29)) ([c9e1b78](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/c9e1b78b74f900bbfb41aeb38fb0b21362577f8a))
16+
317
## [0.1.0-alpha.2](https://github.com/iExecBlockchainComputing/iexec-mcp-server/compare/mcp-server-v0.1.0-alpha.1...mcp-server-v0.1.0-alpha.2) (2025-06-03)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/mcp-server",
3-
"version": "0.1.0-alpha.2",
3+
"version": "0.1.0-alpha.3",
44
"description": "iExec MCP Server - Model Context Protocol server for iExec blockchain confidential computing",
55
"keywords": [
66
"mcp",

0 commit comments

Comments
 (0)