@snokam/mcp-api 0.24.1 → 0.24.2

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": "0.24.1",
3
+ "version": "0.24.2",
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": {
@@ -51411,7 +51411,7 @@
51411
51411
  }
51412
51412
  }
51413
51413
  },
51414
- "description": "Delete the draft for `slugOrId` without touching the published\ndocument. Returns the discarded draft (pre-delete snapshot) or\n`null` if no draft existed.",
51414
+ "description": "Delete the draft for `slugOrId` without touching the published\ndocument. Returns the now-current published document (the draft\nhaving been thrown away) or `null` if there was no published\ncopy either.",
51415
51415
  "tags": [
51416
51416
  "Articles"
51417
51417
  ],