@@ -110,7 +110,7 @@ It is expected to work with any MCP client that supports the Model Context Proto
110
110
"mcpServers" : {
111
111
"quantum-management" : {
112
112
"command" : " npx" ,
113
- "args" : [" @chkp/quantum_management_mcp " ],
113
+ "args" : [" @chkp/quantum-management-mcp " ],
114
114
"env" : {
115
115
"API_KEY" : " YOUR_API_KEY" ,
116
116
"S1C_URL" : " YOUR_S1C_URL" // e.g., https://xxxxxxxx.maas.checkpoint.com/yyyyyyy/web_api
@@ -127,7 +127,7 @@ It is expected to work with any MCP client that supports the Model Context Proto
127
127
"mcpServers" : {
128
128
"quantum-management" : {
129
129
"command" : " npx" ,
130
- "args" : [" @chkp/quantum_management_mcp " ],
130
+ "args" : [" @chkp/quantum-management-mcp " ],
131
131
"env" : {
132
132
"MANAGEMENT_HOST" : " YOUR_MANAGEMENT_IP_OR_HOST_NAME" ,
133
133
"MANAGEMENT_PORT" : " 443" , // optional, default is 443
@@ -167,7 +167,7 @@ Add the server configuration:
167
167
"mcpServers" : {
168
168
"quantum-management" : {
169
169
"command" : " npx" ,
170
- "args" : [" @chkp/quantum_management_mcp " ],
170
+ "args" : [" @chkp/quantum-management-mcp " ],
171
171
"env" : {
172
172
// Add the configuration from the above instructions
173
173
}
@@ -191,7 +191,7 @@ Add this configuration:
191
191
"quantum-management" : {
192
192
"command" : " npx" ,
193
193
"args" : [
194
- " @chkp/quantum_management_mcp "
194
+ " @chkp/quantum-management-mcp "
195
195
],
196
196
"env" : {
197
197
"MANAGEMENT_HOST" : " YOUR_MANAGEMENT_IP_OR_HOST_NAME" ,
0 commit comments