@smartytalent/mcp-tools 0.5.4 → 0.6.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.
Files changed (2) hide show
  1. package/dist/tools.json +13 -10
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -2576,19 +2576,22 @@
2576
2576
  "title": "ApikeyRelationshipsSchema",
2577
2577
  "type": "object",
2578
2578
  "properties": {
2579
- "user": {
2580
- "title": "ApikeyRelationshipsUserSchema",
2579
+ "users": {
2580
+ "title": "ApikeyRelationshipsUsersSchema",
2581
2581
  "type": "object",
2582
2582
  "properties": {
2583
2583
  "data": {
2584
- "title": "ApikeyRelationshipsUserDataSchema",
2585
- "type": "object",
2586
- "properties": {
2587
- "type": {
2588
- "type": "string"
2589
- },
2590
- "id": {
2591
- "type": "string"
2584
+ "type": "array",
2585
+ "items": {
2586
+ "title": "ApikeyRelationshipsUsersDataSchema",
2587
+ "type": "object",
2588
+ "properties": {
2589
+ "type": {
2590
+ "type": "string"
2591
+ },
2592
+ "id": {
2593
+ "type": "string"
2594
+ }
2592
2595
  }
2593
2596
  }
2594
2597
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.5.4",
3
+ "version": "0.6.0",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",