@smartytalent/mcp-tools 0.1.15 → 0.1.16
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 +24 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -9691,7 +9691,18 @@
|
|
|
9691
9691
|
"type": "object",
|
|
9692
9692
|
"properties": {
|
|
9693
9693
|
"name": {
|
|
9694
|
-
"
|
|
9694
|
+
"oneOf": [
|
|
9695
|
+
{
|
|
9696
|
+
"type": "string"
|
|
9697
|
+
},
|
|
9698
|
+
{
|
|
9699
|
+
"type": "object",
|
|
9700
|
+
"additionalProperties": {
|
|
9701
|
+
"type": "string"
|
|
9702
|
+
}
|
|
9703
|
+
}
|
|
9704
|
+
],
|
|
9705
|
+
"description": "Conversation name. Can be a plain string or a multilingual object keyed by language code"
|
|
9695
9706
|
},
|
|
9696
9707
|
"type": {
|
|
9697
9708
|
"type": "string",
|
|
@@ -9841,7 +9852,18 @@
|
|
|
9841
9852
|
"type": "object",
|
|
9842
9853
|
"properties": {
|
|
9843
9854
|
"name": {
|
|
9844
|
-
"
|
|
9855
|
+
"oneOf": [
|
|
9856
|
+
{
|
|
9857
|
+
"type": "string"
|
|
9858
|
+
},
|
|
9859
|
+
{
|
|
9860
|
+
"type": "object",
|
|
9861
|
+
"additionalProperties": {
|
|
9862
|
+
"type": "string"
|
|
9863
|
+
}
|
|
9864
|
+
}
|
|
9865
|
+
],
|
|
9866
|
+
"description": "Conversation name. Can be a plain string or a multilingual object keyed by language code"
|
|
9845
9867
|
},
|
|
9846
9868
|
"type": {
|
|
9847
9869
|
"type": "string",
|