{ "name": "hatchet-mcp", "version": "0.1.1", "description": "Model Context Protocol server for the Hatchet workflow orchestration API", "mcpName": "io.github.ElliotPadfield/hatchet-mcp", "license": "MIT", "author": "Elliot Padfield", "type": "module", "keywords": [ "mcp", "model-context-protocol", "hatchet", "workflows", "orchestration", "claude", "ai-agents", "llm-tools" ], "homepage": "https://github.com/ElliotPadfield/hatchet-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/ElliotPadfield/hatchet-mcp.git" }, "bugs": { "url": "https://github.com/ElliotPadfield/hatchet-mcp/issues" }, "bin": { "hatchet-mcp": "dist/index.js" }, "files": ["dist"], "engines": { "node": ">=20" }, "scripts": { "build": "tsup src/index.ts --format esm --target node20 --clean --no-dts", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "pnpm build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.0.0", "tsup": "^8.0.0", "tsx": "^4.7.0", "typescript": "^5.4.0", "vitest": "^2.0.0" } }