@snokam/mcp-api 2.6.0 → 2.8.0
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/package.json +1 -1
- package/specs/production/accounting.json +3 -4
- package/specs/production/chatgpt.json +9 -0
- package/specs/production/employees.json +7 -4
- package/specs/production/sanity.json +1439 -605
- package/specs/test/accounting.json +3 -4
- package/specs/test/chatgpt.json +9 -0
- package/specs/test/employees.json +7 -4
- package/specs/test/sanity.json +1439 -605
package/package.json
CHANGED
|
@@ -4309,10 +4309,6 @@
|
|
|
4309
4309
|
"boardMember": {
|
|
4310
4310
|
"type": "boolean"
|
|
4311
4311
|
},
|
|
4312
|
-
"isBot": {
|
|
4313
|
-
"type": "boolean",
|
|
4314
|
-
"nullable": true
|
|
4315
|
-
},
|
|
4316
4312
|
"cliftonStrengths": {
|
|
4317
4313
|
"type": "array",
|
|
4318
4314
|
"items": {
|
|
@@ -4357,6 +4353,9 @@
|
|
|
4357
4353
|
"type": "number",
|
|
4358
4354
|
"format": "double"
|
|
4359
4355
|
},
|
|
4356
|
+
"isBot": {
|
|
4357
|
+
"type": "boolean"
|
|
4358
|
+
},
|
|
4360
4359
|
"manager": {
|
|
4361
4360
|
"$ref": "#/components/schemas/sanityEmployeeManager"
|
|
4362
4361
|
},
|
|
@@ -28,6 +28,15 @@
|
|
|
28
28
|
"type": "string"
|
|
29
29
|
},
|
|
30
30
|
"x-ms-summary": "Technology topic"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "mailbox",
|
|
34
|
+
"in": "query",
|
|
35
|
+
"description": "Override the mailbox the summarizer reads, e.g. fag-feed@snokam.no. Falls back to the environment default.",
|
|
36
|
+
"schema": {
|
|
37
|
+
"type": "string"
|
|
38
|
+
},
|
|
39
|
+
"x-ms-summary": "Shared mailbox to read"
|
|
31
40
|
}
|
|
32
41
|
],
|
|
33
42
|
"responses": {
|
|
@@ -983,6 +983,10 @@
|
|
|
983
983
|
"format": "double",
|
|
984
984
|
"nullable": true
|
|
985
985
|
},
|
|
986
|
+
"isBot": {
|
|
987
|
+
"type": "boolean",
|
|
988
|
+
"nullable": true
|
|
989
|
+
},
|
|
986
990
|
"manager": {
|
|
987
991
|
"$ref": "#/components/schemas/employeeReference"
|
|
988
992
|
},
|
|
@@ -1095,10 +1099,6 @@
|
|
|
1095
1099
|
"boardMember": {
|
|
1096
1100
|
"type": "boolean"
|
|
1097
1101
|
},
|
|
1098
|
-
"isBot": {
|
|
1099
|
-
"type": "boolean",
|
|
1100
|
-
"nullable": true
|
|
1101
|
-
},
|
|
1102
1102
|
"cliftonStrengths": {
|
|
1103
1103
|
"type": "array",
|
|
1104
1104
|
"items": {
|
|
@@ -1143,6 +1143,9 @@
|
|
|
1143
1143
|
"type": "number",
|
|
1144
1144
|
"format": "double"
|
|
1145
1145
|
},
|
|
1146
|
+
"isBot": {
|
|
1147
|
+
"type": "boolean"
|
|
1148
|
+
},
|
|
1146
1149
|
"manager": {
|
|
1147
1150
|
"$ref": "#/components/schemas/sanityEmployeeManager"
|
|
1148
1151
|
},
|