@mailslot/core 0.0.2 → 0.2.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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,6 @@ The Mailslot worker: self-hosted email inbox for AI agents on your own
|
|
|
4
4
|
Cloudflare account. One Durable Object per address, MCP + HTTP + webhook
|
|
5
5
|
surfaces, read-once OTP extraction.
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
Deploy it with the wizard — `npx create-mailslot` — which scaffolds a thin
|
|
8
|
+
project importing this package and walks the whole setup, or from source
|
|
9
|
+
with wrangler: see the [setup guide](https://github.com/mailslot/mailslot#quick-start).
|