indelible-mcp 5.3.0 → 5.3.1
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
|
@@ -12306,7 +12306,7 @@ Commands:
|
|
|
12306
12306
|
}
|
|
12307
12307
|
function printHelp() {
|
|
12308
12308
|
console.log(`
|
|
12309
|
-
Indelible MCP \u2014 Blockchain memory for Claude Code (v5.3.
|
|
12309
|
+
Indelible MCP \u2014 Blockchain memory for Claude Code (v5.3.1)
|
|
12310
12310
|
|
|
12311
12311
|
Setup:
|
|
12312
12312
|
indelible-mcp setup --wif=KEY --pin=PIN Import and encrypt your private key
|
|
@@ -12621,7 +12621,7 @@ function readStdin() {
|
|
|
12621
12621
|
}
|
|
12622
12622
|
var SERVER_INFO = {
|
|
12623
12623
|
name: "indelible",
|
|
12624
|
-
version: "5.3.
|
|
12624
|
+
version: "5.3.1",
|
|
12625
12625
|
description: "Blockchain-backed memory and code storage for Claude Code"
|
|
12626
12626
|
};
|
|
12627
12627
|
var TOOLS = [
|