Skip to content

Commit 3c408fe

Browse files
committed
fix
1 parent bba8d12 commit 3c408fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/atlas/connect/connectCluster.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ function sleep(ms: number): Promise<void> {
2222
export const ConnectClusterArgs = {
2323
projectId: AtlasArgs.projectId().describe("Atlas project ID"),
2424
clusterName: AtlasArgs.clusterName().describe("Atlas cluster name"),
25+
connectionType: AtlasArgs.connectionType().describe(
26+
"Type of connection (standard, private, or privateEndpoint) to an Atlas cluster"
27+
),
2528
};
2629

2730
export class ConnectClusterTool extends AtlasToolBase {

0 commit comments

Comments
 (0)