@chkp/argos-erm-mcp 0.1.0 → 0.2.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.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 887e033: Updated implementation and features, Modified 1 file(s) (synced from internal repository)
8
+
3
9
  ## 0.1.0
4
10
 
5
11
  ### Minor Changes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chkp/argos-erm-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Argos ERM MCP Server - Check Point Argos External Risk Management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -3,16 +3,16 @@
3
3
  "description": "Check Point Argos ERM MCP Server for External Risk Management",
4
4
  "options": [
5
5
  {
6
- "flag": "--argos-host <host>",
7
- "description": "Argos ERM server hostname or IP address",
8
- "env": "ARGOS_HOST",
6
+ "flag": "--argos-server-url <url>",
7
+ "description": "Argos instance URL - example: https://<your_instance>.cyberint.io/",
8
+ "env": "ARGOS_SERVER_URL",
9
9
  "required": true,
10
10
  "type": "string"
11
11
  },
12
12
  {
13
- "flag": "--argos-api-key <key>",
13
+ "flag": "--argos-integration-token <token>",
14
14
  "description": "Argos ERM API key for authentication",
15
- "env": "ARGOS_API_KEY",
15
+ "env": "ARGOS_INTEGRATION_TOKEN",
16
16
  "required": true,
17
17
  "type": "string"
18
18
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chkp/argos-erm-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Argos ERM MCP Server - Check Point Argos External Risk Management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",