@smartytalent/mcp-tools 0.5.2 → 0.5.3

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 +26 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -2092,6 +2092,32 @@
2092
2092
  "operationId": "userUploadsOptions"
2093
2093
  }
2094
2094
  },
2095
+ {
2096
+ "name": "create_user_invitation",
2097
+ "description": "Resend User Invitation",
2098
+ "inputSchema": {
2099
+ "type": "object",
2100
+ "properties": {}
2101
+ },
2102
+ "_meta": {
2103
+ "method": "POST",
2104
+ "path": "/v1/users/{userId}/invitations",
2105
+ "operationId": "createUserInvitation"
2106
+ }
2107
+ },
2108
+ {
2109
+ "name": "user_invitations_options",
2110
+ "description": "User Invitations Options",
2111
+ "inputSchema": {
2112
+ "type": "object",
2113
+ "properties": {}
2114
+ },
2115
+ "_meta": {
2116
+ "method": "OPTIONS",
2117
+ "path": "/v1/users/{userId}/invitations",
2118
+ "operationId": "userInvitationsOptions"
2119
+ }
2120
+ },
2095
2121
  {
2096
2122
  "name": "list_roles",
2097
2123
  "description": "List Roles",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",