Skip to content

Commit a9d6526

Browse files
committed
reverting inspect cluster table change
1 parent f37c2e4 commit a9d6526

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
@@ -28,7 +28,7 @@ export class InspectClusterTool extends AtlasToolBase {
2828
return {
2929
content: formatUntrustedData(
3030
"Cluster details:",
31-
`Cluster Name | Cluster Type | Tier | State | MongoDB Version | Standard Connection String
31+
`Cluster Name | Cluster Type | Tier | State | MongoDB Version | Connection String
3232
----------------|----------------|----------------|----------------|----------------|----------------
3333
${formattedCluster.name || "Unknown"} | ${formattedCluster.instanceType} | ${formattedCluster.instanceSize || "N/A"} | ${formattedCluster.state || "UNKNOWN"} | ${formattedCluster.mongoDBVersion || "N/A"} | ${formattedCluster.connectionStrings?.standardSrv || formattedCluster.connectionStrings?.standard || "N/A"}`
3434
),

0 commit comments

Comments
 (0)