@smartytalent/mcp-tools 0.1.33-dev.38 → 0.1.33-dev.39

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 +5 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -17724,6 +17724,11 @@
17724
17724
  }
17725
17725
  }
17726
17726
  }
17727
+ },
17728
+ "meta": {
17729
+ "type": "object",
17730
+ "description": "Free-form metadata. The assessment workflow uses\nmeta.runContext to stash the runId/shardId of the\nparking long-running step so the eventbus resumer\ncan wake the workflow on ATTEMPT_SUBMITTED.",
17731
+ "additionalProperties": true
17727
17732
  }
17728
17733
  }
17729
17734
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.38",
3
+ "version": "0.1.33-dev.39",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",