@smartytalent/mcp-tools 0.4.2 → 0.4.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 +4 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -11167,6 +11167,10 @@
11167
11167
  "description": "Filter by AI intent classifier output (inbound calls only). Post-filtered after pagination - acceptable while intent classification is small-scale.",
11168
11168
  "enum": [
11169
11169
  "brief_request",
11170
+ "job_application",
11171
+ "talent_pool",
11172
+ "status_inquiry",
11173
+ "wrong_number",
11170
11174
  "sales_chat",
11171
11175
  "faq",
11172
11176
  "other"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",