← back to Purelymail Mcp

package.json

17 lines

{
  "name": "purelymail-mcp",
  "version": "0.1.0",
  "description": "MCP wrapper around the Purelymail v0 HTTP API (domains, routing rules, users, credit)",
  "type": "module",
  "main": "index.js",
  "bin": {
    "purelymail-mcp": "index.js"
  },
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4"
  }
}