{
  "name": "mcp-cli",
  "version": "1.0.5",
  "description": "A secure MCP CLI server implementation with comprehensive path whitelist validation, providing controlled file system operations and command execution in a protected environment. Features include strict security measures, real-time path validation, secure command execution, and comprehensive error handling to prevent unauthorized access and system data corruption.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "mcp-cli": "./dist/index.js"
  },
  "files": [
    "dist",
    "README-zhTW.md"
  ],
  "scripts": {
    "build": "tsc",
    "postbuild": "chmod +x dist/index.js",
    "start": "node dist/index.js",
    "pub": "npm version patch && npm publish --access public"
  },
  "keywords": [
    "mcp",
    "cli",
    "typescript",
    "security",
    "whitelist",
    "path-validation",
    "secure-execution",
    "file-operations",
    "command-control"
  ],
  "author": "gkctou",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gkctou/mcp-cli.git"
  },
  "bugs": {
    "url": "https://github.com/gkctou/mcp-cli/issues"
  },
  "homepage": "https://github.com/gkctou/mcp-cli#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "cross-env": "^7.0.3",
    "shelljs": "^0.8.5",
    "zod": "^3.23.8",
    "zod-to-json-schema": "^3.23.5"
  },
  "devDependencies": {
    "@types/node": "^20.10.1",
    "@types/shelljs": "^0.8.15",
    "typescript": "^5.3.2"
  }
}
