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.
Files changed (2) hide show
  1. package/README.md +4 -5
  2. 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
- - **OAuth 2.1 + PKCE**: Industry-standard secure authentication
178
- - **End-to-end encryption**: Your memories are encrypted in transit and at rest
179
- - **SOC 2 Type II**: Compliance in progress
180
- - **GDPR compliant**: Full data control and right to deletion
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purmemo-mcp",
3
- "version": "3.2.6",
3
+ "version": "3.2.7",
4
4
  "description": "Official Model Context Protocol (MCP) server for Purmemo - Your AI-powered second brain with 5 complete tools",
5
5
  "main": "src/server.js",
6
6
  "type": "module",