Skip to content

Commit c9247e7

Browse files
blvaCopilot
andauthored
Update src/tools/atlas/read/inspectCluster.ts
Co-authored-by: Copilot <[email protected]>
1 parent 3c408fe commit c9247e7

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
@@ -31,7 +31,7 @@ export class InspectClusterTool extends AtlasToolBase {
3131
instanceSize: formattedCluster.instanceSize || "N/A",
3232
state: formattedCluster.state || "UNKNOWN",
3333
mongoDBVersion: formattedCluster.mongoDBVersion || "N/A",
34-
connectionStrings: formattedCluster.connectionStrings || "N/A",
34+
connectionStrings: formattedCluster.connectionStrings || {},
3535
};
3636

3737
return {

0 commit comments

Comments
 (0)