@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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: "Always returns success even if email doesn't exist (security). Rate limited to prevent abuse."
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genlobe/mcp-server",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "description": "MCP Server for GenLobe SaaS API - Provides AI assistants with comprehensive API documentation for building frontend applications",
5
5
  "main": "dist/index.js",
6
6
  "bin": {