MCP Human Loop Server

{ "name": "Human Loop MCP Server", "version": "0.1.0", "description": "A server for coordinating human-in-the-loop operations with AI agents", "private": true, "type": "module", "bin": { "Human Loop 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" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }