Skip to content

Commit 0acc685

Browse files
committed
fix: add IP warning
1 parent d1b2324 commit 0acc685

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tools/atlas/metadata/connectCluster.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ export class ConnectClusterTool extends AtlasToolBase {
244244
type: "text" as const,
245245
text: `Warning: Provisioning a user and connecting to the cluster may take more time, please check again in a few seconds.`,
246246
},
247+
{
248+
type: "text" as const,
249+
text: `Warning: Make sure your IP address is whitelisted in the Atlas cluster settings.`,
250+
},
247251
],
248252
};
249253
}

0 commit comments

Comments
 (0)