@floomhq/signaldash 0.5.0 → 0.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floomhq/signaldash",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "Secure LinkedIn and WhatsApp MCP access for AI agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -34,6 +34,16 @@ Cursor: add to `.cursor/mcp.json` →
34
34
  | `wa_read_messages` | read a WhatsApp thread (`chat_id`) |
35
35
  | `wa_send_message` | send a WhatsApp message (`chat_id`, `text`) |
36
36
 
37
+ ## Enforced by the server (you cannot bypass these)
38
+
39
+ - **Read before send.** Sending to a chat you have not read recently returns
40
+ `428 read_before_send_required`. Call `*_read_messages` on that chat first.
41
+ - **No double-send.** An identical message to the same chat returns
42
+ `409 duplicate_send`.
43
+ - **Daily send cap + pacing.** Exceeding it returns `429 rate_limit_exceeded`.
44
+
45
+ These are server-side guards, not suggestions. Do not try to work around them.
46
+
37
47
  ## The rules you MUST follow
38
48
 
39
49
  These protect the user's accounts from being restricted or banned, and protect