Skip to content

Commit 4387a2a

Browse files
committed
fix import
1 parent a36f7f4 commit 4387a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/management/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import { z } from 'zod';
44
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
55
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';
6+
import { callManagementApi } from '@chkp/quantum-infra';
7+
import { Settings } from '@chkp/quantum-infra';
88
import { Command } from 'commander';
99
import { readFileSync } from 'fs';
1010
import { join, dirname } from 'path';

0 commit comments

Comments
 (0)