UNPKG

@nyxrux62/synol-mcp

Version:

MCP server for Synology NAS file operations with upload request functionality

49 lines (48 loc) 1.05 kB
{ "name": "@nyxrux62/synol-mcp", "version": "2025.6.4", "description": "MCP server for Synology NAS file operations with upload request functionality", "license": "MIT", "author": "nyxrux62", "contributors": [ "Do-Boo (original author)" ], "type": "module", "bin": { "synol-mcp": "dist/index.js" }, "files": [ "dist/", "README.md" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "prepare": "npm run build", "start": "node dist/index.js", "watch": "tsc --watch" }, "keywords": [ "mcp", "synology", "nas", "model-context-protocol", "upload-request" ], "repository": { "type": "git", "url": "https://github.com/nyxrux62/MCP-SynoLink.git" }, "dependencies": { "@modelcontextprotocol/sdk": "0.5.0", "axios": "^1.6.0", "form-data": "^4.0.0", "zod": "^3.22.4", "zod-to-json-schema": "^3.23.5", "diff": "^5.1.0", "minimatch": "^9.0.3" }, "devDependencies": { "@types/node": "^22", "typescript": "^5.3.3" } }