File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ) ,
You can’t perform that action at this time.
0 commit comments