Skip to content

Commit f1e5d9e

Browse files
committed
fix: compilation error
1 parent 16046d5 commit f1e5d9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tools/atlas/tools.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { CreateAccessListTool } from "./createAccessList.js";
1111
import { InspectAccessListTool } from "./inspectAccessList.js";
1212
import { ListDBUsersTool } from "./listDBUsers.js";
1313
import { CreateDBUserTool } from "./createDBUser.js";
14-
import { InspectCurrentIPTool } from "./inspectCurrentIP.js";
1514

1615
export function registerAtlasTools(server: McpServer, state: State, apiClient: ApiClient) {
1716
const tools: ToolBase[] = [
@@ -24,7 +23,6 @@ export function registerAtlasTools(server: McpServer, state: State, apiClient: A
2423
new InspectAccessListTool(state, apiClient),
2524
new ListDBUsersTool(state, apiClient),
2625
new CreateDBUserTool(state, apiClient),
27-
new InspectCurrentIPTool(state, apiClient),
2826
];
2927

3028
for (const tool of tools) {

0 commit comments

Comments
 (0)