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 3c408fe commit c9247e7Copy full SHA for c9247e7
src/tools/atlas/read/inspectCluster.ts
@@ -31,7 +31,7 @@ export class InspectClusterTool extends AtlasToolBase {
31
instanceSize: formattedCluster.instanceSize || "N/A",
32
state: formattedCluster.state || "UNKNOWN",
33
mongoDBVersion: formattedCluster.mongoDBVersion || "N/A",
34
- connectionStrings: formattedCluster.connectionStrings || "N/A",
+ connectionStrings: formattedCluster.connectionStrings || {},
35
};
36
37
return {
0 commit comments