@smartytalent/mcp-tools 0.1.33-dev.55 → 0.1.33-dev.57
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 +10 -27
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -14492,7 +14492,9 @@
|
|
|
14492
14492
|
"type": "string"
|
|
14493
14493
|
},
|
|
14494
14494
|
"chimeMeetingData": {
|
|
14495
|
-
"type": "object"
|
|
14495
|
+
"type": "object",
|
|
14496
|
+
"description": "Raw AWS Chime CreateMeeting `Meeting` object - passed verbatim to chime-sdk-js. Includes MeetingFeatures.Audio.EchoReduction when enabled server-side.",
|
|
14497
|
+
"additionalProperties": true
|
|
14496
14498
|
},
|
|
14497
14499
|
"participants": {
|
|
14498
14500
|
"type": "array",
|
|
@@ -14986,7 +14988,9 @@
|
|
|
14986
14988
|
"type": "string"
|
|
14987
14989
|
},
|
|
14988
14990
|
"chimeMeetingData": {
|
|
14989
|
-
"type": "object"
|
|
14991
|
+
"type": "object",
|
|
14992
|
+
"description": "Raw AWS Chime CreateMeeting `Meeting` object - passed verbatim to chime-sdk-js. Includes MeetingFeatures.Audio.EchoReduction when enabled server-side.",
|
|
14993
|
+
"additionalProperties": true
|
|
14990
14994
|
},
|
|
14991
14995
|
"participants": {
|
|
14992
14996
|
"type": "array",
|
|
@@ -15418,16 +15422,6 @@
|
|
|
15418
15422
|
"title": "MeetingAiSessionSettingsSchema",
|
|
15419
15423
|
"type": "object",
|
|
15420
15424
|
"properties": {
|
|
15421
|
-
"mode": {
|
|
15422
|
-
"type": "string",
|
|
15423
|
-
"description": "Boe's presence in the meeting. See MeetingAiSessionAttributesSchema.mode.",
|
|
15424
|
-
"enum": [
|
|
15425
|
-
"listen",
|
|
15426
|
-
"voice",
|
|
15427
|
-
"face"
|
|
15428
|
-
],
|
|
15429
|
-
"default": "voice"
|
|
15430
|
-
},
|
|
15431
15425
|
"language": {
|
|
15432
15426
|
"type": "string",
|
|
15433
15427
|
"description": "Reply language for Boe's assistant behaviour (e.g. English)"
|
|
@@ -15484,15 +15478,8 @@
|
|
|
15484
15478
|
"attributes": {
|
|
15485
15479
|
"title": "MeetingAiAttendeeSettingsSchema",
|
|
15486
15480
|
"type": "object",
|
|
15481
|
+
"description": "Settings supplied at createMeetingAiAttendee time. Boe always\njoins with mic on, camera off; toggle via 'boe-control' Chime\nDataMessage at runtime.",
|
|
15487
15482
|
"properties": {
|
|
15488
|
-
"mode": {
|
|
15489
|
-
"type": "string",
|
|
15490
|
-
"enum": [
|
|
15491
|
-
"assistant",
|
|
15492
|
-
"translator"
|
|
15493
|
-
],
|
|
15494
|
-
"default": "assistant"
|
|
15495
|
-
},
|
|
15496
15483
|
"displayName": {
|
|
15497
15484
|
"type": "string",
|
|
15498
15485
|
"default": "Boe"
|
|
@@ -15503,15 +15490,11 @@
|
|
|
15503
15490
|
},
|
|
15504
15491
|
"language": {
|
|
15505
15492
|
"type": "string",
|
|
15506
|
-
"description": "Reply language for assistant
|
|
15507
|
-
},
|
|
15508
|
-
"sourceLanguage": {
|
|
15509
|
-
"type": "string",
|
|
15510
|
-
"description": "Translator mode: source language (e.g. Polish)"
|
|
15493
|
+
"description": "Reply language for Boe's assistant behaviour (e.g. English)"
|
|
15511
15494
|
},
|
|
15512
|
-
"
|
|
15495
|
+
"faceId": {
|
|
15513
15496
|
"type": "string",
|
|
15514
|
-
"description": "
|
|
15497
|
+
"description": "Simli avatar face UUID for camera_on. Falls back to the tenant default if omitted."
|
|
15515
15498
|
},
|
|
15516
15499
|
"persona": {
|
|
15517
15500
|
"type": "string",
|