UNPKG

mcp-poi

Version:

MCP server that prepares Proof of Invention (POI) transaction requests for submission

46 lines (45 loc) 966 B
{ "name": "mcp-poi", "version": "1.0.2", "description": "MCP server that prepares Proof of Invention (POI) transaction requests for submission", "license": "MIT", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc && node build/index.js", "prepublishOnly": "npm run build" }, "files": [ "build/", "README.md", "LICENSE" ], "bin": { "mcp-poi": "./build/index.js" }, "keywords": [ "mcp", "poi", "desci", "molecule", "ipnft", "evm" ], "author": "elmariachi111 <stadolf@duck.com>", "bugs": { "url": "https://github.com/elmariachi111/mcp-poi/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "axios": "^1.9.0", "dotenv": "^16.5.0", "zod": "^3.25.28" }, "devDependencies": { "@types/axios": "^0.9.36", "@types/node": "^22.15.21", "typescript": "^5.8.3" } }