{
"name": "gotohuman-mcp-server",
"version": "0.1.0",
"description": "MCP server for requesting human approvals with gotoHuman",
"main": "index.js",
"type": "module",
"bin": {
"gotohuman-mcp-server": "./build/index.js"
},
"files": [
"build"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js"
},
"author": "TillSimon",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.13.4",
"typescript": "^5.8.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"gotohuman": "^0.2.8"
}
}