We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36f7f4 commit 4387a2aCopy full SHA for 4387a2a
packages/management/src/index.ts
@@ -3,8 +3,8 @@
3
import { z } from 'zod';
4
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
5
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
6
-import { callManagementApi } from '@chkp/genai-mcp-server-infra';
7
-import { Settings } from '@chkp/genai-mcp-server-infra';
+import { callManagementApi } from '@chkp/quantum-infra';
+import { Settings } from '@chkp/quantum-infra';
8
import { Command } from 'commander';
9
import { readFileSync } from 'fs';
10
import { join, dirname } from 'path';
0 commit comments