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 7430d49 commit bf41f0dCopy full SHA for bf41f0d
src/tools/atlas/metadata/connectCluster.ts
@@ -14,7 +14,7 @@ function sleep(ms: number): Promise<void> {
14
15
export class ConnectClusterTool extends AtlasToolBase {
16
protected name = "atlas-connect-cluster";
17
- protected description = "Connect to / Inspect connection of MongoDB Atlas cluster";
+ protected description = "Connect to MongoDB Atlas cluster";
18
protected operationType: OperationType = "metadata";
19
protected argsShape = {
20
projectId: z.string().describe("Atlas project ID"),
0 commit comments