{ "name": "human-dispatch-mcp", "mcpName": "io.github.zyntarasystems/human-dispatch-mcp", "version": "0.4.1", "description": "MCP server that dispatches physical-world tasks to humans through a unified API", "main": "dist/index.js", "bin": { "human-dispatch-mcp": "dist/index.js" }, "files": [ "dist/**/*" ], "scripts": { "build": "tsc -p tsconfig.build.json", "build:test": "tsc -p tsconfig.test.json", "start": "node dist/index.js", "dev": "tsc --watch", "test": "npm run check-source-invariants && npm run build:test && node scripts/run-tests.mjs", "test:coverage": "npm run check-source-invariants && npm run build:test && node scripts/run-tests.mjs --coverage", "check-source-invariants": "node scripts/check-source-invariants.mjs", "check-versions": "node scripts/check-versions.mjs", "pack:check": "npm run build && node scripts/check-pack-contents.mjs && node scripts/check-pack-dry-run.mjs", "prepublishOnly": "npm run check-versions && npm test && npm run build" }, "engines": { "node": ">=22" }, "keywords": [ "mcp", "human-in-the-loop", "mechanical-turk", "task-dispatch" ], "repository": { "type": "git", "url": "https://github.com/zyntarasystems/human-dispatch-mcp.git" }, "homepage": "https://humandispatch.ai", "bugs": { "url": "https://github.com/zyntarasystems/human-dispatch-mcp/issues" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "express": "^4.21.2", "zod": "^3.24.4" }, "devDependencies": { "@types/express": "^5.0.2", "@types/node": "^22.15.2", "typescript": "^5.8.3" } }