Skip to content

Commit 6f752e9

Browse files
chore(main): release mcp-server 1.0.0
1 parent 4cb0570 commit 6f752e9

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{".":"1.0.0"}

CHANGELOG.md

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

3+
## 1.0.0 (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+
* rename bin ([c92433d](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/c92433dc6c6c9bad5c5b589386f47b17b30c6e9b))
14+
* rename project from my-mcp-server to iexec-mcp-local-server ([3810eec](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/3810eec378826e7686d1e7df59c8802fd3dcb7ca))
15+
* update conventional-commit check ([#25](https://github.com/iExecBlockchainComputing/iexec-mcp-server/issues/25)) ([4cb0570](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/4cb057050836501e3d770c6f2a4d7c7c98537f5c))
16+
* update release-please config ([#22](https://github.com/iExecBlockchainComputing/iexec-mcp-server/issues/22)) ([85d4d76](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/85d4d76d046611686fd88ed9d526c3a83879cff4))
17+
318
## [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)
419

520

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": "1.0.0",
44
"description": "iExec MCP Server - Model Context Protocol server for iExec blockchain confidential computing",
55
"keywords": [
66
"mcp",

0 commit comments

Comments
 (0)