@smartytalent/mcp-tools 0.1.33-dev.68 → 0.1.33-dev.69
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 +11 -1
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -14359,6 +14359,16 @@
|
|
|
14359
14359
|
"type": "string",
|
|
14360
14360
|
"description": "Filters results to include only those modified up to the specified date and time. The value must be in ISO 8601 format."
|
|
14361
14361
|
},
|
|
14362
|
+
"sort": {
|
|
14363
|
+
"type": "string",
|
|
14364
|
+
"description": "Order results by a time field. Leading `-` means descending\n(newest-first). Accepted values:\n `-created` newest-first by creation time (CreatedIndex)\n `created` oldest-first by creation time\n `-modified` most-recently-modified first (ModifiedIndex)\n `modified` least-recently-modified first\nTakes effect only when no equality filter (filterStatus,\nfilterCandidate, filterHost, filterJob, etc.) dictates a\ndifferent index; equality filters win. Compatible with\ndate-range filters (filterCreatedFrom/To, filterModifiedFrom/To)\nwhich already use the same indexes; sort just picks the\ndirection.",
|
|
14365
|
+
"enum": [
|
|
14366
|
+
"-created",
|
|
14367
|
+
"created",
|
|
14368
|
+
"-modified",
|
|
14369
|
+
"modified"
|
|
14370
|
+
]
|
|
14371
|
+
},
|
|
14362
14372
|
"pageSize": {
|
|
14363
14373
|
"type": "integer",
|
|
14364
14374
|
"description": "Specifies the number of items to retrieve per page. The maximum value is 100."
|
|
@@ -16023,7 +16033,7 @@
|
|
|
16023
16033
|
"translator-openai"
|
|
16024
16034
|
],
|
|
16025
16035
|
"default": "assistant",
|
|
16026
|
-
"description": "Picks the provider + session.type baked into the ephemeral\ntoken.\n'assistant' = Azure eu00, sm-gpt-realtime-
|
|
16036
|
+
"description": "Picks the provider + session.type baked into the ephemeral\ntoken.\n'assistant' = Azure eu00, sm-gpt-realtime-2,\n session.type=realtime (browser-side Boe).\n'assistant-openai' = OpenAI direct, gpt-realtime-2,\n session.type=realtime. Redundant with 'assistant' now that\n Azure eu00 hosts realtime-2 too; kept as a one-release\n safety valve while the Azure preview deployment soaks.\n'transcription' = Azure eu01, sm-gpt-realtime-whisper,\n session.type=transcription (live captions, audio-in /\n text-out only).\n'translator-openai' = OpenAI direct, gpt-realtime-translate,\n session.type=translation (audio-in, translated audio +\n source-language transcript fanned out on data channel).\n Requires targetLanguage."
|
|
16027
16037
|
},
|
|
16028
16038
|
"language": {
|
|
16029
16039
|
"type": "string",
|