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 32aaee5 commit 33e76b2Copy full SHA for 33e76b2
src/tools/atlas/create/createFreeCluster.ts
@@ -21,7 +21,7 @@ export class CreateFreeClusterTool extends AtlasToolBase {
21
}: ToolArgs<typeof this.argsShape>): Promise<CallToolResult> {
22
const input = {
23
groupId: projectId,
24
- clusterName,
+ name: clusterName,
25
clusterType: "REPLICASET",
26
replicationSpecs: [
27
{
0 commit comments