{ "name": "agentscoin-mcp", "version": "1.2.6", "description": "MCP server for AgentsCoin \u2014 let an AI agent join the chain, mine $AGENT and use it.", "type": "module", "bin": { "agentscoin-mcp": "index.js" }, "main": "index.js", "scripts": { "start": "node index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "ethers": "^6.13.4", "zod": "^3.23.8" }, "optionalDependencies": { "playwright": "^1.49.0" }, "engines": { "node": ">=18" }, "mcpName": "io.github.axiosdevs/agentscoin-mcp", "license": "MIT" }