Skip to content

Commit 33e76b2

Browse files
committed
update request input
1 parent 32aaee5 commit 33e76b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/atlas/create/createFreeCluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class CreateFreeClusterTool extends AtlasToolBase {
2121
}: ToolArgs<typeof this.argsShape>): Promise<CallToolResult> {
2222
const input = {
2323
groupId: projectId,
24-
clusterName,
24+
name: clusterName,
2525
clusterType: "REPLICASET",
2626
replicationSpecs: [
2727
{

0 commit comments

Comments
 (0)