Skip to content

Commit 54ad9e4

Browse files
authored
Readme
Update README.md
2 parents 439c6fa + 0ea3cd3 commit 54ad9e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ It is expected to work with any MCP client that supports the Model Context Proto
110110
"mcpServers": {
111111
"quantum-management": {
112112
"command": "npx",
113-
"args": ["@chkp/quantum_management_mcp"],
113+
"args": ["@chkp/quantum-management-mcp"],
114114
"env": {
115115
"API_KEY": "YOUR_API_KEY",
116116
"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
127127
"mcpServers": {
128128
"quantum-management": {
129129
"command": "npx",
130-
"args": ["@chkp/quantum_management_mcp"],
130+
"args": ["@chkp/quantum-management-mcp"],
131131
"env": {
132132
"MANAGEMENT_HOST": "YOUR_MANAGEMENT_IP_OR_HOST_NAME",
133133
"MANAGEMENT_PORT": "443", // optional, default is 443
@@ -167,7 +167,7 @@ Add the server configuration:
167167
"mcpServers": {
168168
"quantum-management": {
169169
"command": "npx",
170-
"args": ["@chkp/quantum_management_mcp"],
170+
"args": ["@chkp/quantum-management-mcp"],
171171
"env": {
172172
// Add the configuration from the above instructions
173173
}
@@ -191,7 +191,7 @@ Add this configuration:
191191
"quantum-management": {
192192
"command": "npx",
193193
"args": [
194-
"@chkp/quantum_management_mcp"
194+
"@chkp/quantum-management-mcp"
195195
],
196196
"env": {
197197
"MANAGEMENT_HOST": "YOUR_MANAGEMENT_IP_OR_HOST_NAME",

0 commit comments

Comments
 (0)