@smartytalent/mcp-tools 0.7.4 → 0.7.5

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 +3 -2
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -1506,10 +1506,11 @@
1506
1506
  "properties": {
1507
1507
  "filterStatus": {
1508
1508
  "type": "string",
1509
- "description": "Returns users with the current status (active, archived). If not provided, the default value will be set to 'active'.",
1509
+ "description": "Returns users with this status. Omitting it returns EVERY status - the server applies no default, so `pending` accounts already appear in an unfiltered list. `pending` is the approval queue: a JIT user provisioned through enterprise SSO lands there and holds no tenant claims at all until an owner or admin flips them to active.",
1510
1510
  "enum": [
1511
1511
  "active",
1512
- "archived"
1512
+ "archived",
1513
+ "pending"
1513
1514
  ]
1514
1515
  },
1515
1516
  "filterCreatedFrom": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",