Skip to content

Commit bf41f0d

Browse files
committed
fix: metadata
1 parent 7430d49 commit bf41f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/atlas/metadata/connectCluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function sleep(ms: number): Promise<void> {
1414

1515
export class ConnectClusterTool extends AtlasToolBase {
1616
protected name = "atlas-connect-cluster";
17-
protected description = "Connect to / Inspect connection of MongoDB Atlas cluster";
17+
protected description = "Connect to MongoDB Atlas cluster";
1818
protected operationType: OperationType = "metadata";
1919
protected argsShape = {
2020
projectId: z.string().describe("Atlas project ID"),

0 commit comments

Comments
 (0)