@smartytalent/mcp-tools 0.1.33-dev.56 → 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 +6 -2
- 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",
|