literateMCP

{ "name": "server-cmd", "version": "1.0.0", "description": "MCP server for executing CMD and SSH commands", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": [ "mcp", "cmd", "command-line", "ssh" ], "author": "Phiality", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "glob": "^10.3.10", "ssh2": "^1.16.0", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/node": "^20.11.0", "@types/ssh2": "^1.15.1", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }