indelible-mcp 3.2.0 → 3.2.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -147,6 +147,12 @@ Visit [indelible.one](https://indelible.one) and sign in with Google to see all
147
147
 
148
148
  ~1 satoshi per byte. A typical session costs less than $0.01.
149
149
 
150
+ ## Changelog
151
+
152
+ ### 3.2.1
153
+ - Security fix: removed remote fallback paths
154
+ - All operations now route exclusively through SPV bridge
155
+
150
156
  ## License
151
157
 
152
158
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indelible-mcp",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "MCP server for Indelible AI - blockchain-backed memory for Claude Code",
5
5
  "type": "module",
6
6
  "main": "index.js",