@smartytalent/mcp-tools 0.9.13 → 0.9.14
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/tools.json +2 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -8247,7 +8247,7 @@
|
|
|
8247
8247
|
},
|
|
8248
8248
|
"url": {
|
|
8249
8249
|
"type": "string",
|
|
8250
|
-
"description": "Openable link to the attachment's bytes. The ROW stores a bare\nS3 key (the path returned by POST /v1/files for uploads, the\nowning resource's own report path for system-generated PDFs);\nshowEmail and listEmails swap it for a presigned GET valid
|
|
8250
|
+
"description": "Openable link to the attachment's bytes. The ROW stores a bare\nS3 key (the path returned by POST /v1/files for uploads, the\nowning resource's own report path for system-generated PDFs);\nshowEmail and listEmails swap it for a presigned GET valid at\nmost two hours, so the frontend renders the chip straight from\nthis field and does not need a second call. At most: the link\ndies with the credentials that signed it, which can rotate\nsooner. Refetch the email for a fresh link rather than\npersisting this value anywhere - while it lives it grants\nunauthenticated read access to whoever holds it. `type` decides\nwhich bucket the key is signed against."
|
|
8251
8251
|
},
|
|
8252
8252
|
"type": {
|
|
8253
8253
|
"type": "string",
|
|
@@ -8753,7 +8753,7 @@
|
|
|
8753
8753
|
},
|
|
8754
8754
|
"url": {
|
|
8755
8755
|
"type": "string",
|
|
8756
|
-
"description": "Openable link to the attachment's bytes. The ROW stores a bare\nS3 key (the path returned by POST /v1/files for uploads, the\nowning resource's own report path for system-generated PDFs);\nshowEmail and listEmails swap it for a presigned GET valid
|
|
8756
|
+
"description": "Openable link to the attachment's bytes. The ROW stores a bare\nS3 key (the path returned by POST /v1/files for uploads, the\nowning resource's own report path for system-generated PDFs);\nshowEmail and listEmails swap it for a presigned GET valid at\nmost two hours, so the frontend renders the chip straight from\nthis field and does not need a second call. At most: the link\ndies with the credentials that signed it, which can rotate\nsooner. Refetch the email for a fresh link rather than\npersisting this value anywhere - while it lives it grants\nunauthenticated read access to whoever holds it. `type` decides\nwhich bucket the key is signed against."
|
|
8757
8757
|
},
|
|
8758
8758
|
"type": {
|
|
8759
8759
|
"type": "string",
|