myceliumail-mcp 1.0.9 → 1.0.11
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 +11 -0
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -141,3 +141,14 @@ Remove the `myceliumail` entry from your Claude Desktop config:
|
|
|
141
141
|
|
|
142
142
|
Then restart Claude Desktop.
|
|
143
143
|
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
## Support
|
|
147
|
+
|
|
148
|
+
If you find Myceliumail useful, consider supporting development:
|
|
149
|
+
|
|
150
|
+
[](https://buymeacoffee.com/tree.bird)
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
**Part of the [Myceliumail](https://github.com/treebird7/myceliumail) ecosystem** 🍄
|
package/package.json
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "myceliumail-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
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",
|
|
7
|
-
"bin": {
|
|
8
|
-
"myceliumail-mcp": "./dist/server.js"
|
|
9
|
-
},
|
|
10
7
|
"scripts": {
|
|
11
8
|
"build": "tsc",
|
|
12
9
|
"dev": "tsc --watch",
|
|
@@ -33,6 +30,10 @@
|
|
|
33
30
|
"bugs": {
|
|
34
31
|
"url": "https://github.com/treebird7/myceliumail/issues"
|
|
35
32
|
},
|
|
33
|
+
"funding": {
|
|
34
|
+
"type": "buymeacoffee",
|
|
35
|
+
"url": "https://buymeacoffee.com/tree.bird"
|
|
36
|
+
},
|
|
36
37
|
"readme": "README.md",
|
|
37
38
|
"dependencies": {
|
|
38
39
|
"@modelcontextprotocol/sdk": "^1.0.0",
|