Algorand MCP

{ "name": "@algorand-mcp/server", "version": "1.2.0", "description": "Algorand MCP Server Implementation", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "clean": "rm -rf dist", "test": "jest" }, "dependencies": { "@blockshake/defly-connect": "1.1.6", "@daffiwallet/connect": "1.0.3", "@modelcontextprotocol/sdk": "^1.6.1", "@perawallet/connect": "1.3.5", "algosdk": "2.9.0", "diff": "^5.1.0", "dotenv": "^16.4.7", "glob": "^10.3.10", "minimatch": "^10.0.1", "zod": "^3.23.5", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/jest": "29.5.12", "@types/node": "20.11.24", "jest": "29.7.0", "ts-jest": "29.1.2", "typescript": "5.3.3" } }