package.json•557 B
{
"name": "perm-shell-mcp",
"version": "0.1.0",
"description": "MCP server for executing shell commands with permission notifications",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"start": "node dist/index.js",
"dev": "tsc -w"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.0",
"node-notifier": "^10.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^18.19.14",
"@types/node-notifier": "^8.0.5",
"typescript": "^5.3.3"
}
}