@snokam/mcp-api 2.42.0 → 2.44.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
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"Notifications"
|
|
18
18
|
],
|
|
19
19
|
"summary": "Trigger newsletter summarizer",
|
|
20
|
-
"description": "Manually runs the weekly knowledge-summarizer cron (iterates active newsletterSeries, posts Olaf's summary to the configured Slack channel per series, and
|
|
20
|
+
"description": "Manually runs the weekly knowledge-summarizer cron (iterates active newsletterSeries, posts Olaf's summary to the configured Slack channel per series, and emails subscribers for series with sendEmails=true).",
|
|
21
21
|
"operationId": "TriggerKnowledgeSummarizer",
|
|
22
22
|
"responses": {
|
|
23
23
|
"200": {
|
|
@@ -19879,6 +19879,9 @@
|
|
|
19879
19879
|
"slackChannel": {
|
|
19880
19880
|
"type": "string"
|
|
19881
19881
|
},
|
|
19882
|
+
"sendEmails": {
|
|
19883
|
+
"type": "boolean"
|
|
19884
|
+
},
|
|
19882
19885
|
"active": {
|
|
19883
19886
|
"type": "boolean"
|
|
19884
19887
|
},
|
|
@@ -19902,6 +19905,7 @@
|
|
|
19902
19905
|
"required": [
|
|
19903
19906
|
"tag",
|
|
19904
19907
|
"slackChannel",
|
|
19908
|
+
"sendEmails",
|
|
19905
19909
|
"active",
|
|
19906
19910
|
"topic",
|
|
19907
19911
|
"name",
|
|
@@ -19994,6 +19998,9 @@
|
|
|
19994
19998
|
"slackChannel": {
|
|
19995
19999
|
"type": "string"
|
|
19996
20000
|
},
|
|
20001
|
+
"sendEmails": {
|
|
20002
|
+
"type": "boolean"
|
|
20003
|
+
},
|
|
19997
20004
|
"active": {
|
|
19998
20005
|
"type": "boolean"
|
|
19999
20006
|
},
|
|
@@ -20017,6 +20024,7 @@
|
|
|
20017
20024
|
"required": [
|
|
20018
20025
|
"tag",
|
|
20019
20026
|
"slackChannel",
|
|
20027
|
+
"sendEmails",
|
|
20020
20028
|
"active",
|
|
20021
20029
|
"topic",
|
|
20022
20030
|
"name",
|
|
@@ -20201,6 +20209,9 @@
|
|
|
20201
20209
|
"slackChannel": {
|
|
20202
20210
|
"type": "string"
|
|
20203
20211
|
},
|
|
20212
|
+
"sendEmails": {
|
|
20213
|
+
"type": "boolean"
|
|
20214
|
+
},
|
|
20204
20215
|
"active": {
|
|
20205
20216
|
"type": "boolean"
|
|
20206
20217
|
},
|
|
@@ -20224,6 +20235,7 @@
|
|
|
20224
20235
|
"required": [
|
|
20225
20236
|
"tag",
|
|
20226
20237
|
"slackChannel",
|
|
20238
|
+
"sendEmails",
|
|
20227
20239
|
"active",
|
|
20228
20240
|
"topic",
|
|
20229
20241
|
"name",
|
|
@@ -20266,6 +20278,9 @@
|
|
|
20266
20278
|
"slackChannel": {
|
|
20267
20279
|
"type": "string"
|
|
20268
20280
|
},
|
|
20281
|
+
"sendEmails": {
|
|
20282
|
+
"type": "boolean"
|
|
20283
|
+
},
|
|
20269
20284
|
"active": {
|
|
20270
20285
|
"type": "boolean"
|
|
20271
20286
|
},
|
|
@@ -20289,6 +20304,7 @@
|
|
|
20289
20304
|
"required": [
|
|
20290
20305
|
"tag",
|
|
20291
20306
|
"slackChannel",
|
|
20307
|
+
"sendEmails",
|
|
20292
20308
|
"active",
|
|
20293
20309
|
"topic",
|
|
20294
20310
|
"name",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"Notifications"
|
|
18
18
|
],
|
|
19
19
|
"summary": "Trigger newsletter summarizer",
|
|
20
|
-
"description": "Manually runs the weekly knowledge-summarizer cron (iterates active newsletterSeries, posts Olaf's summary to the configured Slack channel per series, and
|
|
20
|
+
"description": "Manually runs the weekly knowledge-summarizer cron (iterates active newsletterSeries, posts Olaf's summary to the configured Slack channel per series, and emails subscribers for series with sendEmails=true).",
|
|
21
21
|
"operationId": "TriggerKnowledgeSummarizer",
|
|
22
22
|
"responses": {
|
|
23
23
|
"200": {
|
package/specs/test/sanity.json
CHANGED
|
@@ -19879,6 +19879,9 @@
|
|
|
19879
19879
|
"slackChannel": {
|
|
19880
19880
|
"type": "string"
|
|
19881
19881
|
},
|
|
19882
|
+
"sendEmails": {
|
|
19883
|
+
"type": "boolean"
|
|
19884
|
+
},
|
|
19882
19885
|
"active": {
|
|
19883
19886
|
"type": "boolean"
|
|
19884
19887
|
},
|
|
@@ -19902,6 +19905,7 @@
|
|
|
19902
19905
|
"required": [
|
|
19903
19906
|
"tag",
|
|
19904
19907
|
"slackChannel",
|
|
19908
|
+
"sendEmails",
|
|
19905
19909
|
"active",
|
|
19906
19910
|
"topic",
|
|
19907
19911
|
"name",
|
|
@@ -19994,6 +19998,9 @@
|
|
|
19994
19998
|
"slackChannel": {
|
|
19995
19999
|
"type": "string"
|
|
19996
20000
|
},
|
|
20001
|
+
"sendEmails": {
|
|
20002
|
+
"type": "boolean"
|
|
20003
|
+
},
|
|
19997
20004
|
"active": {
|
|
19998
20005
|
"type": "boolean"
|
|
19999
20006
|
},
|
|
@@ -20017,6 +20024,7 @@
|
|
|
20017
20024
|
"required": [
|
|
20018
20025
|
"tag",
|
|
20019
20026
|
"slackChannel",
|
|
20027
|
+
"sendEmails",
|
|
20020
20028
|
"active",
|
|
20021
20029
|
"topic",
|
|
20022
20030
|
"name",
|
|
@@ -20201,6 +20209,9 @@
|
|
|
20201
20209
|
"slackChannel": {
|
|
20202
20210
|
"type": "string"
|
|
20203
20211
|
},
|
|
20212
|
+
"sendEmails": {
|
|
20213
|
+
"type": "boolean"
|
|
20214
|
+
},
|
|
20204
20215
|
"active": {
|
|
20205
20216
|
"type": "boolean"
|
|
20206
20217
|
},
|
|
@@ -20224,6 +20235,7 @@
|
|
|
20224
20235
|
"required": [
|
|
20225
20236
|
"tag",
|
|
20226
20237
|
"slackChannel",
|
|
20238
|
+
"sendEmails",
|
|
20227
20239
|
"active",
|
|
20228
20240
|
"topic",
|
|
20229
20241
|
"name",
|
|
@@ -20266,6 +20278,9 @@
|
|
|
20266
20278
|
"slackChannel": {
|
|
20267
20279
|
"type": "string"
|
|
20268
20280
|
},
|
|
20281
|
+
"sendEmails": {
|
|
20282
|
+
"type": "boolean"
|
|
20283
|
+
},
|
|
20269
20284
|
"active": {
|
|
20270
20285
|
"type": "boolean"
|
|
20271
20286
|
},
|
|
@@ -20289,6 +20304,7 @@
|
|
|
20289
20304
|
"required": [
|
|
20290
20305
|
"tag",
|
|
20291
20306
|
"slackChannel",
|
|
20307
|
+
"sendEmails",
|
|
20292
20308
|
"active",
|
|
20293
20309
|
"topic",
|
|
20294
20310
|
"name",
|