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 7a50ba1 commit e208f7cCopy full SHA for e208f7c
src/tools/atlas/read/inspectCluster.ts
@@ -2,7 +2,7 @@ import type { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
2
import { type OperationType, type ToolArgs, formatUntrustedData } from "../../tool.js";
3
import { AtlasToolBase } from "../atlasTool.js";
4
import type { Cluster } from "../../../common/atlas/cluster.js";
5
-import { getConnectionString, inspectCluster } from "../../../common/atlas/cluster.js";
+import { inspectCluster } from "../../../common/atlas/cluster.js";
6
import { AtlasArgs } from "../../args.js";
7
8
export const InspectClusterArgs = {
0 commit comments