@heossi/qnsi-mcp 0.1.5 → 0.1.6

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -178,6 +178,6 @@ No data is cached locally; every call is a round-trip to your tenant.
178
178
  - **Docs:** <https://docs.qnsi.heossi.com/sdk/mcp-server>
179
179
  - **Cloud console:** <https://cloud.qnsi.heossi.com>
180
180
  - **Pricing:** <https://qnsi.heossi.com/pricing>
181
- - **Issues:** <https://github.com/heossi-hq/qnsp-public/issues>
181
+ - **Issues:** <https://github.com/heossihq/qnsi-public/issues>
182
182
 
183
183
  Apache-2.0 © HEOSSI (PTE.) LTD.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heossi/qnsi-mcp",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "QNSP MCP Server: post-quantum cryptography tools for AI assistants. Manage PQC keys, encrypted vault, crypto inventory, and compliance — all tier-gated via QNSP billing.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,7 +40,7 @@
40
40
  "dependencies": {
41
41
  "@modelcontextprotocol/sdk": "^1.29.0",
42
42
  "zod": "^4.3.6",
43
- "@heossi/qnsi": "0.3.4"
43
+ "@heossi/qnsi": "0.5.4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^25.5.2",
@@ -78,12 +78,12 @@
78
78
  ],
79
79
  "repository": {
80
80
  "type": "git",
81
- "url": "https://github.com/heossi-hq/qnsp-public",
81
+ "url": "https://github.com/heossihq/qnsi-public",
82
82
  "directory": "packages/mcp-server"
83
83
  },
84
84
  "homepage": "https://cloud.qnsi.heossi.com",
85
85
  "bugs": {
86
- "url": "https://github.com/heossi-hq/qnsp-public/issues"
86
+ "url": "https://github.com/heossihq/qnsi-public/issues"
87
87
  },
88
88
  "scripts": {
89
89
  "build": "tsc --project tsconfig.build.json",