@snokam/mcp-api 1.19.0 → 1.20.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snokam/mcp-api",
3
- "version": "1.19.0",
3
+ "version": "1.20.0",
4
4
  "description": "MCP server exposing Snokam backend APIs as tools for Claude Code and other MCP clients",
5
5
  "type": "module",
6
6
  "bin": {
@@ -260,6 +260,29 @@
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
+ }
263
286
  }
264
287
  },
265
288
  "components": {
@@ -260,6 +260,29 @@
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
+ }
263
286
  }
264
287
  },
265
288
  "components": {