{ "name": "@tronrental-com/mcp-server", "version": "1.0.5", "description": "MCP server for TronRental.com — buy TRON energy via AI agents", "mcpName": "io.github.tronrental-com/tronrental", "repository": { "type": "git", "url": "https://github.com/tronrentalcom/tronrental-com-mcp.git" }, "main": "dist/index.js", "bin": { "tronrental-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "keywords": [ "mcp", "tron", "energy", "tronrental", "usdt", "model-context-protocol" ], "author": "TronRental ", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "typescript": "^5.4.0", "tsx": "^4.7.0", "@types/node": "^20.0.0" }, "engines": { "node": ">=18" }, "files": [ "dist" ] }