purmemo-mcp 3.2.6 → 3.2.7
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/README.md +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -174,11 +174,10 @@ correction(memory_id: string, updates: object): Response
|
|
|
174
174
|
|
|
175
175
|
## 🔒 Security & Privacy
|
|
176
176
|
|
|
177
|
-
- **
|
|
178
|
-
- **
|
|
179
|
-
- **
|
|
180
|
-
- **
|
|
181
|
-
- **Zero-knowledge option**: Available for enterprise customers
|
|
177
|
+
- **API Key Authentication**: Secure token-based access control
|
|
178
|
+
- **HTTPS/TLS Encryption**: All data encrypted in transit
|
|
179
|
+
- **Data Privacy**: Your memories belong to you
|
|
180
|
+
- **Account Control**: Delete your data anytime from settings
|
|
182
181
|
|
|
183
182
|
## 💰 Pricing
|
|
184
183
|
|
package/package.json
CHANGED