Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/tools/atlas/connect/connectCluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ export class ConnectClusterTool extends AtlasToolBase {
oidcAuthType: "NONE",
x509Type: "NONE",
deleteAfterDate: expiryDate.toISOString(),
description: "This temporary user is created by the MongoDB MCP Server to connect to the cluster.",
description:
"Temporary user, see https://dochub.mongodb.org/core/mongodb-mcp-server-tools-considerations",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kind of like that it was mentioning it's created by the MCP server - is it getting too long now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes :( I'm open to suggestions. dochub url is longer

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe for a user wondering if it was created by the MCP Server, opening a URL that says it was created by the MCP Server is good enough. I would add, if we want to really be more clear, MCP at the beginning at that's it, something like:

MCP Temporary user, see ...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it fits! actually, MDB MCP Temporary user, see.. fits

},
});

Expand Down
Loading