{ "name": "mcp-growi", "version": "0.2.0", "mcpName": "io.github.Growi-DeFi/mcp-growi", "description": "MCP server for Growi Finance (growi.fi) — programmatic interaction with the GrowiHFVault on Arbitrum", "type": "module", "main": "dist/index.js", "bin": { "mcp-growi": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md", "npm-shrinkwrap.json" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "prepublishOnly": "npm run build", "start": "node dist/index.js", "dev": "tsc --watch" }, "keywords": [ "mcp", "growi", "defi", "arbitrum", "vault" ], "author": { "name": "Growi Finance", "url": "https://growi.fi" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Growi-DeFi/mcp-growi.git" }, "homepage": "https://growi.fi", "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "1.29.0", "viem": "2.47.17", "zod": "4.3.6" }, "overrides": { "hono": "4.12.18", "fast-uri": "3.1.2", "ip-address": "10.2.0", "ws": "8.20.1" }, "devDependencies": { "@types/node": "22.19.17", "typescript": "5.9.3" } }