We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cc2e9 commit ffd4cf8Copy full SHA for ffd4cf8
README.md
@@ -1,5 +1,8 @@
1
# Ethereum RPC MPC Server
2
3
+[](https://www.npmjs.com/package/ethereum-rpc-mpc)
4
+[](https://www.npmjs.com/package/ethereum-rpc-mpc)
5
+
6
A TypeScript MCP server that leverages the MCP SDK to support all Ethereum JSON-RPC calls, enabling AI models to interact with blockchain data.
7
8
## Overview
package.json
@@ -1,6 +1,6 @@
{
"name": "ethereum-rpc-mpc",
- "version": "1.0.4",
+ "version": "1.0.5",
"main": "dist/server/index.js",
"license": "MIT",
"type": "module",
0 commit comments