Skip to content

Commit 8104c55

Browse files
chore(main): release 0.1.0-alpha.9 (#41)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 290ab28 commit 8104c55

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.8"
2+
".": "0.1.0-alpha.9"
33
}

CHANGELOG.md

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

3+
## [0.1.0-alpha.9](https://github.com/iExecBlockchainComputing/iexec-mcp-server/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) (2025-06-04)
4+
5+
6+
### 🐞 Bug Fixes
7+
8+
* dockerhub token name ([#42](https://github.com/iExecBlockchainComputing/iexec-mcp-server/issues/42)) ([290ab28](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/290ab283f58dd6af2499ad0342d6f83841ead7a2))
9+
10+
11+
### ✨ Polish
12+
13+
* use wallet address from env variable instead of parameter ([#40](https://github.com/iExecBlockchainComputing/iexec-mcp-server/issues/40)) ([a2daeba](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/a2daeba7f66d4afb65cacf6e1e4eaec02f8fda3f))
14+
315
## [0.1.0-alpha.8](https://github.com/iExecBlockchainComputing/iexec-mcp-server/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2025-06-04)
416

517

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

0 commit comments

Comments
 (0)