@hol-org/hashnet-mcp 1.0.19 → 1.0.20

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.
@@ -2,6 +2,6 @@
2
2
  "modelId": "openrouter/anthropic/claude-3.5-sonnet",
3
3
  "registry": "openrouter",
4
4
  "message": "Give me a two sentence summary of Hashgraph Online",
5
- "authToken": "REGISTRY_BROKER_API_KEY",
5
+ "authToken": "OPENROUTER_API_KEY",
6
6
  "historyTtlSeconds": 300
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hol-org/hashnet-mcp",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
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",
@@ -88,7 +88,7 @@
88
88
  "vitest": "^2.1.4"
89
89
  },
90
90
  "dependencies": {
91
- "@hashgraphonline/standards-sdk": "^0.1.137",
91
+ "@hashgraphonline/standards-sdk": "^0.1.139",
92
92
  "@hono/node-server": "^1.19.6",
93
93
  "@modelcontextprotocol/sdk": "^1.21.1",
94
94
  "bottleneck": "^2.19.5",
@@ -100,7 +100,10 @@
100
100
  "undici": "^7.16.0",
101
101
  "zod": "^4.1.12"
102
102
  },
103
+ "optionalDependencies": {
104
+ "better-sqlite3": "^11.5.0"
105
+ },
103
106
  "overrides": {
104
- "@hashgraphonline/standards-sdk": "^0.1.137"
107
+ "@hashgraphonline/standards-sdk": "^0.1.139"
105
108
  }
106
109
  }