{ "name": "@borealstack/proton-drive-cli-mcp", "version": "0.1.2", "description": "Manage Proton Drive from Claude, Codex, VS Code/Copilot, and other MCP clients through Proton's official CLI without exposing Proton credentials.", "type": "module", "packageManager": "bun@1.3.14", "main": "./dist/index.js", "mcpName": "io.github.borealstack/proton-drive-cli-mcp", "bin": { "proton-drive-cli-mcp": "dist/index.js" }, "scripts": { "start": "node dist/index.js", "dev": "bun run src/index.ts", "build": "tsc -p tsconfig.build.json", "prepack": "npm run build", "typecheck": "tsc --noEmit", "test": "npm run test:node", "test:bun": "bun test", "test:unit": "bun test test/*.test.ts", "test:node": "node --test test/*.node-check.mjs", "check": "npm run typecheck && npm run build && npm test && bun run test:bun" }, "keywords": [ "mcp", "mcp-server", "proton-drive", "proton-drive-cli", "proton-drive-mcp", "proton", "model-context-protocol", "claude", "claude-code", "claude-desktop", "codex", "codex-plugin", "vs-code", "github-copilot", "ai-agent", "mcpb", "cloud-storage", "file-management", "secure-file-sharing" ], "repository": { "type": "git", "url": "git+https://github.com/borealstack/proton-drive-cli-mcp.git" }, "bugs": { "url": "https://github.com/borealstack/proton-drive-cli-mcp/issues" }, "homepage": "https://github.com/borealstack/proton-drive-cli-mcp#readme", "license": "MIT", "publishConfig": { "access": "public", "provenance": true }, "files": [ "dist", "assets", "docs/AUTH.md", "docs/DEVELOPMENT.md", "docs/RESEARCH.md", "docs/TOOLS.md", "mcpb", "plugins", "server.json", "README.md", "LICENSE", "NOTICE", "DISCLAIMER.md", "SECURITY.md" ], "dependencies": { "@cfworker/json-schema": "^4.1.1", "@modelcontextprotocol/server": "^2.0.0-alpha.2", "zod": "^4.4.3" }, "devDependencies": { "@types/bun": "^1.3.5", "@types/node": "^25.9.3", "typescript": "^6.0.3" }, "engines": { "node": ">=22", "bun": ">=1.3.0" } }