@snokam/mcp-api 1.19.0 → 1.21.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/notifications.json +30 -0
- package/specs/test/notifications.json +30 -0
- package/specs/test/sanity.json +49740 -0
package/package.json
CHANGED
|
@@ -260,6 +260,36 @@
|
|
|
260
260
|
}
|
|
261
261
|
]
|
|
262
262
|
}
|
|
263
|
+
},
|
|
264
|
+
"/v1.0/protected/sprint-notification/debug": {
|
|
265
|
+
"get": {
|
|
266
|
+
"tags": [
|
|
267
|
+
"Notifications"
|
|
268
|
+
],
|
|
269
|
+
"summary": "Debug friday summary",
|
|
270
|
+
"description": "Returns the full friday summary including ChatGPT output for debugging",
|
|
271
|
+
"operationId": "DebugSprintSummary",
|
|
272
|
+
"responses": {
|
|
273
|
+
"200": {
|
|
274
|
+
"description": "Payload of Object",
|
|
275
|
+
"content": {
|
|
276
|
+
"application/json": {
|
|
277
|
+
"schema": {
|
|
278
|
+
"type": "object"
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
"x-ms-summary": "Debug data"
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
"security": [
|
|
286
|
+
{
|
|
287
|
+
"Implicit": [
|
|
288
|
+
"api://46c59afb-0021-439b-a56c-6e29d39f2c7a/.default"
|
|
289
|
+
]
|
|
290
|
+
}
|
|
291
|
+
]
|
|
292
|
+
}
|
|
263
293
|
}
|
|
264
294
|
},
|
|
265
295
|
"components": {
|
|
@@ -260,6 +260,36 @@
|
|
|
260
260
|
}
|
|
261
261
|
]
|
|
262
262
|
}
|
|
263
|
+
},
|
|
264
|
+
"/v1.0/protected/sprint-notification/debug": {
|
|
265
|
+
"get": {
|
|
266
|
+
"tags": [
|
|
267
|
+
"Notifications"
|
|
268
|
+
],
|
|
269
|
+
"summary": "Debug friday summary",
|
|
270
|
+
"description": "Returns the full friday summary including ChatGPT output for debugging",
|
|
271
|
+
"operationId": "DebugSprintSummary",
|
|
272
|
+
"responses": {
|
|
273
|
+
"200": {
|
|
274
|
+
"description": "Payload of Object",
|
|
275
|
+
"content": {
|
|
276
|
+
"application/json": {
|
|
277
|
+
"schema": {
|
|
278
|
+
"type": "object"
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
"x-ms-summary": "Debug data"
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
"security": [
|
|
286
|
+
{
|
|
287
|
+
"Implicit": [
|
|
288
|
+
"api://246713d5-cd48-4a00-84dd-7fc7ae290a62/.default"
|
|
289
|
+
]
|
|
290
|
+
}
|
|
291
|
+
]
|
|
292
|
+
}
|
|
263
293
|
}
|
|
264
294
|
},
|
|
265
295
|
"components": {
|