Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.5"
".": "0.0.6"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## [0.0.6](https://github.com/iExecBlockchainComputing/iexec-mcp-server/compare/iexec-mcp-v0.0.5...iexec-mcp-v0.0.6) (2025-06-02)


### Bug Fixes

* correct MCP tool response format to use content array ([1798234](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/1798234195e6dff12698f322e166c9b33eda27b4))


### Miscellaneous

* rename project from my-mcp-server to iexec-mcp-local-server ([3810eec](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/3810eec378826e7686d1e7df59c8802fd3dcb7ca))


### Documentation

* add npx configuration option for Claude Desktop ([637754d](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/637754dee3a34b05834a74349cda8ece054e40dc))
* make NPX Configuration the recommended installation method ([67b6e07](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/67b6e072588e4ad0a9ffdc99a05ecd5aab55de75))
* make NPX Configuration the recommended installation method ([e949a0e](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/e949a0eb18360b7188f9cd9055bac874a855e29e))
* restructure README with self-contained installation methods ([2e4c97a](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/2e4c97a4582e1bba247b1604601f8afb7d373081))
* restructure README with self-contained installation methods ([ba5dc52](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/ba5dc52ea1082b16cb45b9ce9da72aec2ad94ce4))


### CI/CD

* add publish workflow for npm and docker hub ([622d9fc](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/622d9fc50c6bf8e9decb43bc39a7cbb4d67d4ead))
* add release-please configuration files ([3f46021](https://github.com/iExecBlockchainComputing/iexec-mcp-server/commit/3f46021f8a043503a2e974cd902b53ee6d4bf00a))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paypes/iexec-mcp",
"version": "0.0.5",
"version": "0.0.6",
"description": "MCP server for interacting with iExec Blockchain",
"type": "module",
"main": "build/index.js",
Expand Down