UNPKG

metamcp-filesystem-server-downloads

Version:

MCP filesystem server with automatic download link generation - configurable paths

57 lines (56 loc) 1.32 kB
{ "name": "metamcp-filesystem-server-downloads", "version": "1.0.1", "description": "MCP filesystem server with automatic download link generation - configurable paths", "type": "module", "main": "dist/index.js", "bin": { "metamcp-filesystem-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "test": "jest", "prepublishOnly": "npm run build" }, "files": [ "dist/", "README.md", "package.json" ], "dependencies": { "@modelcontextprotocol/sdk": "1.15.0", "diff": "^7.0.0", "minimatch": "^10.0.1", "zod": "^3.24.1", "zod-to-json-schema": "^3.24.1" }, "devDependencies": { "@types/diff": "^6.0.0", "@types/jest": "^29.5.14", "@types/minimatch": "^5.1.2", "@types/node": "^22.10.0", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.2" }, "keywords": [ "mcp", "filesystem", "download", "server", "metamcp", "configurable" ], "author": "MetaMCP Custom", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/metamcp-filesystem-server.git" }, "homepage": "https://github.com/yourusername/metamcp-filesystem-server#readme", "engines": { "node": ">=18" } }