{
  "name": "mega-mcp-server",
  "mcpName": "io.github.ExpertVagabond/mega",
  "version": "1.0.1",
  "description": "MCP server for MEGA cloud storage CLI",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "mega-mcp-server": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ExpertVagabond/mega-mcp.git"
  },
  "homepage": "https://github.com/ExpertVagabond/mega-mcp#readme"
}
