Skip to content

Commit f43bc99

Browse files
chore(main): release mcp-server 0.1.0-alpha.6 (#35)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 63ff9a2 commit f43bc99

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.5"
2+
".": "0.1.0-alpha.6"
33
}

CHANGELOG.md

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

3+
## [0.1.0-alpha.6](https://github.com/iExecBlockchainComputing/iexec-mcp-server/compare/mcp-server-v0.1.0-alpha.5...mcp-server-v0.1.0-alpha.6) (2025-06-04)
4+
5+
6+
### 🐞 Bug Fixes
7+
8+
* fix docker version handling logic ([#34](https://github.com/iExecBlockchainComputing/iexec-mcp-server/issues/34)) ([63ff9a2](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/63ff9a22fc3787b3eb8ef8bfcd05eb1a25b3b5dd))
9+
310
## [0.1.0-alpha.5](https://github.com/iExecBlockchainComputing/iexec-mcp-server/compare/mcp-server-v0.1.0-alpha.4...mcp-server-v0.1.0-alpha.5) (2025-06-04)
411

512

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.5",
3+
"version": "0.1.0-alpha.6",
44
"description": "iExec MCP Server - Model Context Protocol server for iExec blockchain confidential computing",
55
"keywords": [
66
"mcp",

0 commit comments

Comments
 (0)