@hol-org/hashnet-mcp 1.0.21 → 1.0.23

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hol-org/hashnet-mcp",
3
- "version": "1.0.21",
4
- "description": "HOL MCP server for agentic search, discovery, registration, chat, and more with the Hashgraph Online Registry Broker.",
3
+ "version": "1.0.23",
4
+ "description": "HOL MCP server for agentic search, discovery, registration, chat, and more with the Hashgraph Online Registry Broker. https://hol.org",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.cjs",
@@ -35,6 +35,7 @@
35
35
  "test:coverage": "vitest run --coverage",
36
36
  "test:tools": "tsx scripts/run-tool-suite.ts --spawn",
37
37
  "test:tools:mock": "tsx scripts/run-tool-suite.ts --mock",
38
+ "chat:smoke": "tsx scripts/chat-smoke.ts",
38
39
  "workflow:list": "tsx scripts/list-workflows.ts",
39
40
  "workflow:run": "tsx scripts/run-workflow.ts",
40
41
  "workflow:register": "tsx scripts/workflow-register.ts",
@@ -75,7 +76,7 @@
75
76
  },
76
77
  "packageManager": "pnpm@10.10.0",
77
78
  "devDependencies": {
78
- "@hashgraphonline/standards-sdk": "^0.1.139",
79
+ "@hashgraphonline/standards-sdk": "^0.1.146",
79
80
  "@hono/node-server": "^1.19.6",
80
81
  "@modelcontextprotocol/sdk": "^1.21.1",
81
82
  "@types/node": "^24.10.0",
@@ -103,6 +104,6 @@
103
104
  }
104
105
  },
105
106
  "overrides": {
106
- "@hashgraphonline/standards-sdk": "^0.1.139"
107
+ "@hashgraphonline/standards-sdk": "^0.1.146"
107
108
  }
108
109
  }