{
"name": "eth-mcp",
"version": "1.0.0",
"description": "an mcp to interact with the evm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"axios": "^1.8.1",
"zod": "^3.24.2"
}
}