snow-flow 10.0.1-dev.441 → 10.0.1-dev.442

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
- "version": "10.0.1-dev.441",
3
+ "version": "10.0.1-dev.442",
4
4
  "name": "snow-flow",
5
5
  "description": "Snow-Flow - ServiceNow Multi-Agent Development Framework powered by AI",
6
6
  "license": "Elastic-2.0",
@@ -438,8 +438,7 @@ export const toolDefinition: MCPToolDefinition = {
438
438
  },
439
439
  trigger_type: {
440
440
  type: 'string',
441
- enum: ['record_created', 'record_updated', 'scheduled', 'manual'],
442
- description: 'Trigger type (create only, default: manual)',
441
+ description: 'Trigger type - looked up dynamically in sys_hub_trigger_definition. Common values: record_create, record_update, record_create_or_update, scheduled, manual (default: manual)',
443
442
  default: 'manual'
444
443
  },
445
444
  table: {