indelible-mcp 4.1.2 → 4.1.3
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 +1 -1
- package/src/index.js +2 -2
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -256,7 +256,7 @@ Commands:
|
|
|
256
256
|
|
|
257
257
|
function printHelp() {
|
|
258
258
|
console.log(`
|
|
259
|
-
Indelible MCP — Blockchain memory for Claude Code (v4.1.
|
|
259
|
+
Indelible MCP — Blockchain memory for Claude Code (v4.1.3)
|
|
260
260
|
|
|
261
261
|
Setup:
|
|
262
262
|
indelible-mcp setup --wif=KEY --pin=PIN Import and encrypt your private key
|
|
@@ -468,7 +468,7 @@ function readStdin() {
|
|
|
468
468
|
|
|
469
469
|
const SERVER_INFO = {
|
|
470
470
|
name: 'indelible',
|
|
471
|
-
version: '4.1.
|
|
471
|
+
version: '4.1.3',
|
|
472
472
|
description: 'Blockchain-backed memory and code storage for Claude Code'
|
|
473
473
|
}
|
|
474
474
|
|