@hol-org/hashnet-mcp 1.0.0 → 1.0.2

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.
Files changed (1) hide show
  1. package/package.json +31 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hol-org/hashnet-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "FastMCP server exposing Hashgraph Online Registry Broker tooling.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -48,9 +48,32 @@
48
48
  "claude:install": "tsx scripts/install-claude-code.ts",
49
49
  "cursor:install": "tsx scripts/install-cursor.ts"
50
50
  },
51
- "keywords": [],
52
- "author": "",
53
- "license": "ISC",
51
+ "homepage": "https://hashgraphonline.com",
52
+ "funding": {
53
+ "type": "individual",
54
+ "url": "https://github.com/sponsors/hashgraph-online"
55
+ },
56
+ "bugs": {
57
+ "url": "https://github.com/hashgraph-online/hashnet-mcp-js/issues"
58
+ },
59
+ "repository": {
60
+ "type": "git",
61
+ "url": "git+https://github.com/hashgraph-online/hashnet-mcp-js.git"
62
+ },
63
+ "keywords": [
64
+ "hashgraph online",
65
+ "hedera",
66
+ "hashgraph",
67
+ "web3",
68
+ "mcp",
69
+ "fastmcp",
70
+ "agent",
71
+ "registry broker",
72
+ "standards",
73
+ "sdk"
74
+ ],
75
+ "author": "Hashgraph Online <hello@hashgraphonline.com>",
76
+ "license": "Apache-2.0",
54
77
  "engines": {
55
78
  "node": ">=18"
56
79
  },
@@ -64,7 +87,7 @@
64
87
  "vitest": "^2.1.4"
65
88
  },
66
89
  "dependencies": {
67
- "@hashgraphonline/standards-sdk": "^0.1.128",
90
+ "@hashgraphonline/standards-sdk": "^0.1.136",
68
91
  "@hono/node-server": "^1.19.6",
69
92
  "@modelcontextprotocol/sdk": "^1.21.1",
70
93
  "bottleneck": "^2.19.5",
@@ -75,5 +98,8 @@
75
98
  "pino": "^10.1.0",
76
99
  "undici": "^7.16.0",
77
100
  "zod": "^4.1.12"
101
+ },
102
+ "overrides": {
103
+ "@hashgraphonline/standards-sdk": "^0.1.136"
78
104
  }
79
105
  }