@smartytalent/mcp-tools 0.9.27 → 0.9.28

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.
Files changed (2) hide show
  1. package/dist/tools.json +1 -1
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -26675,7 +26675,7 @@
26675
26675
  "items": {
26676
26676
  "type": "string"
26677
26677
  },
26678
- "description": "The send action's claim - each named person flips queued -> sending in its own conditional write (the invitation must be active in that same write); the response's `meta.claimed` lists the ids THIS call claimed (a second run of the same activation claims none). Not for the FE."
26678
+ "description": "The send action's claim - each named person flips queued -> sending in its own conditional write (the invitation must be active in that same write); the response's `meta.claimed` lists the ids THIS call claimed (a second run of the same activation claims none) and `meta.remaining` the ids not attempted yet (at most 100 people per call - ask again for the rest). Not for the FE."
26679
26679
  },
26680
26680
  "claimOwner": {
26681
26681
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.9.27",
3
+ "version": "0.9.28",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",