@n24q02m/better-email-mcp 1.3.0 → 1.4.0
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 +20 -0
- package/package.json +11 -3
package/README.md
CHANGED
|
@@ -172,6 +172,26 @@ bun run build
|
|
|
172
172
|
|
|
173
173
|
**Requirements:** Node.js 24+, [Bun](https://bun.sh/)
|
|
174
174
|
|
|
175
|
+
## Compatible With
|
|
176
|
+
|
|
177
|
+
[](#quick-start)
|
|
178
|
+
[](#quick-start)
|
|
179
|
+
[](#quick-start)
|
|
180
|
+
[](#quick-start)
|
|
181
|
+
[](#quick-start)
|
|
182
|
+
[](#quick-start)
|
|
183
|
+
[](#quick-start)
|
|
184
|
+
[](#quick-start)
|
|
185
|
+
|
|
186
|
+
## Also by n24q02m
|
|
187
|
+
|
|
188
|
+
| Server | Description | Install |
|
|
189
|
+
|--------|-------------|---------|
|
|
190
|
+
| [better-notion-mcp](https://github.com/n24q02m/better-notion-mcp) | Notion API for AI agents | `npx -y @n24q02m/better-notion-mcp@latest` |
|
|
191
|
+
| [wet-mcp](https://github.com/n24q02m/wet-mcp) | Web search, content extraction, library docs | `uvx --python 3.13 wet-mcp@latest` |
|
|
192
|
+
| [mnemo-mcp](https://github.com/n24q02m/mnemo-mcp) | Persistent AI memory with hybrid search | `uvx mnemo-mcp@latest` |
|
|
193
|
+
| [better-godot-mcp](https://github.com/n24q02m/better-godot-mcp) | Godot Engine for AI agents | `npx -y @n24q02m/better-godot-mcp@latest` |
|
|
194
|
+
|
|
175
195
|
## Contributing
|
|
176
196
|
|
|
177
197
|
See [CONTRIBUTING.md](CONTRIBUTING.md)
|
package/package.json
CHANGED
|
@@ -5,13 +5,21 @@
|
|
|
5
5
|
"imap",
|
|
6
6
|
"smtp",
|
|
7
7
|
"mcp",
|
|
8
|
-
"server",
|
|
8
|
+
"mcp-server",
|
|
9
|
+
"model-context-protocol",
|
|
9
10
|
"ai-agent",
|
|
10
11
|
"composite-tools",
|
|
11
12
|
"gmail",
|
|
12
|
-
"outlook"
|
|
13
|
+
"outlook",
|
|
14
|
+
"claude",
|
|
15
|
+
"cursor",
|
|
16
|
+
"copilot",
|
|
17
|
+
"antigravity",
|
|
18
|
+
"codex",
|
|
19
|
+
"opencode",
|
|
20
|
+
"gemini-cli"
|
|
13
21
|
],
|
|
14
|
-
"version": "1.
|
|
22
|
+
"version": "1.4.0",
|
|
15
23
|
"license": "MIT",
|
|
16
24
|
"type": "module",
|
|
17
25
|
"publishConfig": {
|