@hol-org/hashnet-mcp 1.0.11 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +141 -231
- package/dist/index.js +34 -10
- package/dist/index.js.map +1 -1
- package/examples/workflows/workflow.openrouterChat.json +1 -1
- package/package.json +26 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hol-org/hashnet-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"description": "HOL MCP server for agentic search, discovery, registration, chat, and more with the Hashgraph Online Registry Broker.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,6 +28,27 @@
|
|
|
28
28
|
"AGENTS.md",
|
|
29
29
|
"todo.md"
|
|
30
30
|
],
|
|
31
|
+
"scripts": {
|
|
32
|
+
"dev:stdio": "MCP_TRANSPORT=stdio tsx src/index.ts",
|
|
33
|
+
"dev:sse": "tsx src/index.ts",
|
|
34
|
+
"cli:up": "tsx src/cli/up.ts",
|
|
35
|
+
"build": "tsup --config tsup.config.ts",
|
|
36
|
+
"start": "node dist/index.js",
|
|
37
|
+
"quickstart": "tsx scripts/quickstart.ts",
|
|
38
|
+
"test": "vitest",
|
|
39
|
+
"test:run": "vitest run",
|
|
40
|
+
"test:coverage": "vitest run --coverage",
|
|
41
|
+
"test:tools": "tsx scripts/run-tool-suite.ts --spawn",
|
|
42
|
+
"test:tools:mock": "tsx scripts/run-tool-suite.ts --mock",
|
|
43
|
+
"workflow:list": "tsx scripts/list-workflows.ts",
|
|
44
|
+
"workflow:run": "tsx scripts/run-workflow.ts",
|
|
45
|
+
"workflow:register": "tsx scripts/workflow-register.ts",
|
|
46
|
+
"workflow:register:advanced": "tsx scripts/workflow-register-advanced.ts",
|
|
47
|
+
"workflow:register:erc8004": "tsx scripts/workflow-register-erc8004.ts",
|
|
48
|
+
"mock:broker": "tsx scripts/mock-broker.ts",
|
|
49
|
+
"claude:install": "tsx scripts/install-claude-code.ts",
|
|
50
|
+
"cursor:install": "tsx scripts/install-cursor.ts"
|
|
51
|
+
},
|
|
31
52
|
"homepage": "https://hashgraphonline.com",
|
|
32
53
|
"funding": {
|
|
33
54
|
"type": "individual",
|
|
@@ -57,6 +78,7 @@
|
|
|
57
78
|
"engines": {
|
|
58
79
|
"node": ">=18"
|
|
59
80
|
},
|
|
81
|
+
"packageManager": "pnpm@10.10.0",
|
|
60
82
|
"devDependencies": {
|
|
61
83
|
"@types/node": "^24.10.0",
|
|
62
84
|
"@vitest/coverage-v8": "^2.1.4",
|
|
@@ -66,7 +88,7 @@
|
|
|
66
88
|
"vitest": "^2.1.4"
|
|
67
89
|
},
|
|
68
90
|
"dependencies": {
|
|
69
|
-
"@hashgraphonline/standards-sdk": "^0.1.
|
|
91
|
+
"@hashgraphonline/standards-sdk": "^0.1.137",
|
|
70
92
|
"@hono/node-server": "^1.19.6",
|
|
71
93
|
"@modelcontextprotocol/sdk": "^1.21.1",
|
|
72
94
|
"bottleneck": "^2.19.5",
|
|
@@ -79,27 +101,6 @@
|
|
|
79
101
|
"zod": "^4.1.12"
|
|
80
102
|
},
|
|
81
103
|
"overrides": {
|
|
82
|
-
"@hashgraphonline/standards-sdk": "^0.1.
|
|
83
|
-
},
|
|
84
|
-
"scripts": {
|
|
85
|
-
"dev:stdio": "MCP_TRANSPORT=stdio tsx src/index.ts",
|
|
86
|
-
"dev:sse": "tsx src/index.ts",
|
|
87
|
-
"cli:up": "tsx src/cli/up.ts",
|
|
88
|
-
"build": "tsup --config tsup.config.ts",
|
|
89
|
-
"start": "node dist/index.js",
|
|
90
|
-
"quickstart": "tsx scripts/quickstart.ts",
|
|
91
|
-
"test": "vitest",
|
|
92
|
-
"test:run": "vitest run",
|
|
93
|
-
"test:coverage": "vitest run --coverage",
|
|
94
|
-
"test:tools": "tsx scripts/run-tool-suite.ts --spawn",
|
|
95
|
-
"test:tools:mock": "tsx scripts/run-tool-suite.ts --mock",
|
|
96
|
-
"workflow:list": "tsx scripts/list-workflows.ts",
|
|
97
|
-
"workflow:run": "tsx scripts/run-workflow.ts",
|
|
98
|
-
"workflow:register": "tsx scripts/workflow-register.ts",
|
|
99
|
-
"workflow:register:advanced": "tsx scripts/workflow-register-advanced.ts",
|
|
100
|
-
"workflow:register:erc8004": "tsx scripts/workflow-register-erc8004.ts",
|
|
101
|
-
"mock:broker": "tsx scripts/mock-broker.ts",
|
|
102
|
-
"claude:install": "tsx scripts/install-claude-code.ts",
|
|
103
|
-
"cursor:install": "tsx scripts/install-cursor.ts"
|
|
104
|
+
"@hashgraphonline/standards-sdk": "^0.1.137"
|
|
104
105
|
}
|
|
105
|
-
}
|
|
106
|
+
}
|