Skip to content

Commit ffd4cf8

Browse files
committed
fix yarn version
1 parent b0cc2e9 commit ffd4cf8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Ethereum RPC MPC Server
22

3+
[![npm version](https://img.shields.io/npm/v/ethereum-rpc-mpc.svg)](https://www.npmjs.com/package/ethereum-rpc-mpc)
4+
[![npm downloads](https://img.shields.io/npm/dm/ethereum-rpc-mpc.svg)](https://www.npmjs.com/package/ethereum-rpc-mpc)
5+
36
A TypeScript MCP server that leverages the MCP SDK to support all Ethereum JSON-RPC calls, enabling AI models to interact with blockchain data.
47

58
## Overview

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-rpc-mpc",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"main": "dist/server/index.js",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)