Skip to content

Commit e208f7c

Browse files
committed
fix inspect cluster
1 parent 7a50ba1 commit e208f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/atlas/read/inspectCluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
22
import { type OperationType, type ToolArgs, formatUntrustedData } from "../../tool.js";
33
import { AtlasToolBase } from "../atlasTool.js";
44
import type { Cluster } from "../../../common/atlas/cluster.js";
5-
import { getConnectionString, inspectCluster } from "../../../common/atlas/cluster.js";
5+
import { inspectCluster } from "../../../common/atlas/cluster.js";
66
import { AtlasArgs } from "../../args.js";
77

88
export const InspectClusterArgs = {

0 commit comments

Comments
 (0)