{ "name": "sui-mcp-server", "version": "0.4.3", "description": "MCP server for Sui blockchain — wallet management, token ops, transactions, Move calls, staking", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "sui-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "test": "node test-simple.js", "lint": "tsc --noEmit" }, "keywords": [ "sui", "mcp", "blockchain", "model-context-protocol", "ai", "move", "web3" ], "author": "Matthew Karsten ", "license": "MIT", "mcpName": "io.github.ExpertVagabond/sui-mcp-server", "repository": { "type": "git", "url": "https://github.com/ExpertVagabond/sui-mcp-server.git" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@mysten/sui": "^2.16.0", "@mysten/suins": "^1.0.5", "zod": "^3.23.0" }, "files": [ "dist/", "README.md", "LICENSE" ], "devDependencies": { "@types/node": "^25.6.0", "typescript": "^5.9.3" } }