@genlobe/mcp-server 3.1.1 → 3.1.3
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -271,7 +271,7 @@ const END_USER_ENDPOINTS = {
|
|
|
271
271
|
email: "string (required) - valid email address"
|
|
272
272
|
},
|
|
273
273
|
response: { message: "Verification email sent" },
|
|
274
|
-
note: "
|
|
274
|
+
note: "Returns 200 with a generic 'will be sent if the user exists' message when the user does not exist (security). Returns 400 with `{ detail: \"<reason>\" }` when delivery cannot proceed — the detail mirrors the underlying provider error, e.g. `\"destination is suppressed: BOUNCE\"` or `\"destination is suppressed: COMPLAINT\"` when AWS SES has the destination on its account suppression list. The email cannot be delivered until the destination's MX/inbox is fixed by its owner, or an admin force-verifies the user from the tenant dashboard. Rate limited to prevent abuse."
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
method: "GET",
|
package/package.json
CHANGED