Skip to content

Commit 4c568f0

Browse files
chore(main): release mcp-server 0.1.0-alpha.2 (#23)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent f06cdce commit 4c568f0

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-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.1"
2+
".": "0.1.0-alpha.2"
33
}

CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### 🐞 Bug Fixes
7+
8+
* correct MCP tool response format to use content array ([1798234](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/1798234195e6dff12698f322e166c9b33eda27b4))
9+
10+
11+
### 🧰 Other
12+
13+
* bump v0.1.0-alpha.1 ([0bdded9](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/0bdded9f6eebd3265f93453041a2f546b316d058))
14+
* configure prerelease ([b157d2b](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/b157d2b7453c3eff0382c7e28a29886c926ad3a7))
15+
* fix dockerhub username ([f06cdce](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/f06cdcec314be564942cc177c86202df1d17f4ad))
16+
* prepare releases ([#26](https://github.com/iExecBlockchainComputing/iexec-mcp-server/issues/26)) ([1aa953e](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/1aa953ea325986cf2bba4004c8180c3fe963cebb))
17+
* rename bin ([c92433d](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/c92433dc6c6c9bad5c5b589386f47b17b30c6e9b))
18+
* rename project from my-mcp-server to iexec-mcp-local-server ([3810eec](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/3810eec378826e7686d1e7df59c8802fd3dcb7ca))
19+
* update conventional-commit check ([#25](https://github.com/iExecBlockchainComputing/iexec-mcp-server/issues/25)) ([4cb0570](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/4cb057050836501e3d770c6f2a4d7c7c98537f5c))
20+
* update release-please config ([#22](https://github.com/iExecBlockchainComputing/iexec-mcp-server/issues/22)) ([85d4d76](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/85d4d76d046611686fd88ed9d526c3a83879cff4))
21+
322
## [0.1.1-alpha.1](https://github.com/iExecBlockchainComputing/iexec-mcp-server/compare/mcp-server-v0.1.0-alpha.1...mcp-server-v0.1.1-alpha.1) (2025-06-02)
423

524

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

0 commit comments

Comments
 (0)