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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indelible-mcp",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "description": "Blockchain-backed memory and code storage for Claude Code. Save AI conversations and source code permanently on BSV.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
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.2)
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.2',
471
+ version: '4.1.3',
472
472
  description: 'Blockchain-backed memory and code storage for Claude Code'
473
473
  }
474
474