{
  "name": "email-agent-mcp",
  "version": "0.3.0",
  "description": "Local email connectivity for AI agents — MCP server for Microsoft 365 / Outlook and manual-token Gmail setup",
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "bin": {
    "email-agent-mcp": "./bin/email-agent-mcp.js"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    }
  },
  "dependencies": {
    "@usejunior/email-mcp": "^0.3.0"
  },
  "mcpName": "io.github.UseJunior/email-agent-mcp",
  "engines": {
    "node": ">=20"
  },
  "files": [
    "bin",
    "index.js",
    "index.d.ts",
    "server.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/UseJunior/email-agent-mcp.git",
    "directory": "packages/email-agent-mcp"
  },
  "homepage": "https://github.com/UseJunior/email-agent-mcp#readme",
  "bugs": {
    "url": "https://github.com/UseJunior/email-agent-mcp/issues"
  },
  "keywords": [
    "email",
    "mcp",
    "ai-agent",
    "microsoft-graph",
    "microsoft-365",
    "outlook",
    "gmail",
    "model-context-protocol",
    "openclaw",
    "claude",
    "gemini"
  ],
  "license": "Apache-2.0"
}
