@chkp/argos-erm-mcp 0.2.0 → 0.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @chkp/argos-erm-mcp
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - cdf1530: Updated implementation and features, Modified 1 file(s) (synced from internal repository)
8
+
3
9
  ## 0.2.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.js CHANGED
@@ -1918,7 +1918,7 @@ PURPOSE:
1918
1918
  WORKFLOW:
1919
1919
  1. Call this function first
1920
1920
  2. Show user available options
1921
- 3. Use returned type/subtype values in get_alerts()
1921
+ 3. Use returned type values in get_alerts()
1922
1922
 
1923
1923
  COMMON USER REQUESTS:
1924
1924
  - "What alert types can I filter by?"
@@ -1974,7 +1974,7 @@ COMMON USER REQUESTS:
1974
1974
  to_created_date: z2.string().optional().describe("End date for alert search (format: YYYY-MM-DD)."),
1975
1975
  severities: z2.union([z2.string(), z2.array(z2.string())]).optional().describe("Alert severity levels to include. Options: 'low', 'medium', 'high', 'very_high'. Can be single string or list: ['high', 'very_high']"),
1976
1976
  statuses: z2.union([z2.string(), z2.array(z2.string())]).optional().describe("Alert status to filter by. Options: 'open', 'closed', 'acknowledged'. Can be single string or list: ['open', 'acknowledged']"),
1977
- types: z2.union([z2.string(), z2.array(z2.string())]).optional().describe("Alert types to include. Get available options from get_alert_metadata(). The metadata shows the hierarchical structure of categories, types, and subtypes. Can be single string or list of type/subtype values. Examples: 'refund_fraud', ['phishing_email', 'phishing_kit'], 'ransomware', ['compromised_employee_credentials']"),
1977
+ types: z2.union([z2.string(), z2.array(z2.string())]).optional().describe("Alert types to include. Get available options from get_alert_metadata(). The metadata shows the hierarchical structure of categories, types, and subtypes. Can be single string or list of type values. Examples: 'refund_fraud', ['phishing_email', 'phishing_kit'], 'ransomware', ['compromised_employee_credentials']"),
1978
1978
  limit: z2.number().default(10).describe("Number of alerts to return (minimum 10, default 10)."),
1979
1979
  offset: z2.number().default(0).describe("Skip this many alerts for pagination (default 0).")
1980
1980
  },
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chkp/argos-erm-mcp",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Argos ERM MCP Server - Check Point Argos External Risk Management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "test:watch": "jest --watch"
29
29
  },
30
30
  "dependencies": {
31
- "@modelcontextprotocol/sdk": "^1.11.1",
31
+ "@modelcontextprotocol/sdk": "^1.25.2",
32
32
  "commander": "^13.1.0",
33
33
  "node-machine-id": "^1.1.12",
34
34
  "zod": "^3.24.4"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chkp/argos-erm-mcp",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Argos ERM MCP Server - Check Point Argos External Risk Management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "test:watch": "jest --watch"
29
29
  },
30
30
  "dependencies": {
31
- "@modelcontextprotocol/sdk": "^1.0.4",
31
+ "@modelcontextprotocol/sdk": "^1.25.2",
32
32
  "commander": "^13.1.0",
33
33
  "node-machine-id": "^1.1.12",
34
34
  "zod": "^3.24.4"