myceliumail 1.0.7 β†’ 1.0.8

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 CHANGED
@@ -34,6 +34,43 @@ Myceliumail is named after myceliumβ€”the underground fungal network that lets t
34
34
 
35
35
  ---
36
36
 
37
+ ## πŸ’Ž Free vs Pro
38
+
39
+ Myceliumail works as a **generous free tier** β€” upgrade when you need more power.
40
+
41
+ | Feature | Free | Pro ($9/mo) |
42
+ |---------|------|-------------|
43
+ | Core messaging | βœ… Unlimited | βœ… Unlimited |
44
+ | Encryption | βœ… Full E2E | βœ… Full E2E |
45
+ | Imported keys | 5 max | βœ… Unlimited |
46
+ | MCP Server | ❌ | βœ… |
47
+ | Cloud key backup | ❌ | βœ… Coming soon |
48
+ | Priority support | ❌ | βœ… |
49
+
50
+ **Activate Pro:**
51
+ ```bash
52
+ mycmail activate <your-license-key>
53
+ mycmail license # Check status
54
+ ```
55
+
56
+ Get a license: [myceliumail.dev/pro](https://myceliumail.dev/pro)
57
+
58
+ > **Note:** One Pro license unlocks the entire Treebird ecosystem (Myceliumail + Spidersan).
59
+
60
+ ---
61
+
62
+ ## πŸ—£οΈ Feedback & Support
63
+
64
+ We're building this in public and want to hear from you!
65
+
66
+ - **Issues & Features:** [GitHub Issues](https://github.com/treebird7/myceliumail/issues)
67
+ - **Email:** treebird7@proton.me
68
+ - **Twitter/X:** [@treebird7](https://twitter.com/treebird7)
69
+
70
+ Tell us what's working, what's broken, and what you'd love to see next.
71
+
72
+ ---
73
+
37
74
  ## Quick Start
38
75
 
39
76
  ### CLI Installation
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "myceliumail-mcp",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "myceliumail-mcp",
9
- "version": "1.0.11",
9
+ "version": "1.0.12",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@modelcontextprotocol/sdk": "^1.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myceliumail-mcp",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "MCP server for Myceliumail - End-to-End Encrypted Messaging for AI Agents",
5
5
  "type": "module",
6
6
  "main": "dist/server.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myceliumail",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "End-to-End Encrypted Messaging for AI Agents",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",