{ "name": "@hol-org/hashnet-mcp", "version": "0.1.0", "description": "Universal MCP server for HOL Registry Broker discovery, chat, registration, and workflow automation.", "homepage": "https://hol.org/mcp", "repository": { "type": "git", "url": "git+https://github.com/hashgraph-online/hashnet-mcp-js.git" }, "bugs": { "url": "https://github.com/hashgraph-online/hashnet-mcp-js/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/hashgraph-online" }, "keywords": [ "mcp", "model-context-protocol", "registry-broker", "hashnet", "hedera", "agent", "workflow" ], "type": "module", "license": "Apache-2.0", "bin": { "hashnet-mcp": "bin/hashnet-mcp.js" }, "files": [ "bin", "dist", "README.md", "LICENSE" ], "main": "./dist/index.js", "engines": { "node": ">=20" }, "packageManager": "pnpm@10.6.0", "scripts": { "dev:stdio": "MCP_TRANSPORT=stdio tsx src/index.ts", "dev:http": "MCP_TRANSPORT=http tsx src/index.ts", "dev:http:compat": "FEATURE_LEGACY_SSE=1 MCP_TRANSPORT=http tsx src/index.ts", "build": "tsup --config tsup.config.ts", "lint": "eslint .", "start": "node dist/index.js", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "check:no-stubs": "tsx scripts/tool-suite/run-tool-suite.ts", "live:runs": "tsx scripts/e2e/live-runs.ts", "smoke:http": "tsx scripts/e2e/streamable-http-smoke.ts", "smoke:stdio": "tsx scripts/e2e/stdio-smoke.ts", "typecheck": "tsc --noEmit", "prepack": "pnpm build" }, "dependencies": { "@hashgraphonline/standards-sdk": "^0.1.178", "@modelcontextprotocol/sdk": "^1.27.1", "bottleneck": "^2.19.5", "dotenv": "^17.3.1", "express": "4", "pino": "^10.3.1", "undici": "^7.22.0", "zod": "^4.3.6" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/express": "^4.17.25", "@types/node": "^20.19.37", "@vitest/coverage-v8": "^4.0.18", "eslint": "^10.0.3", "globals": "^17.4.0", "tsup": "^8.5.1", "tsx": "^4.21.0", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vitest": "^4.0.18" } }