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 904d598 commit 128695cCopy full SHA for 128695c
src/tools/atlas/createProject.ts
@@ -13,10 +13,7 @@ export class CreateProjectTool extends AtlasToolBase {
13
organizationId: z.string().describe("Organization ID for the new project"),
14
};
15
16
- protected async execute({
17
- projectName,
18
- organizationId,
19
- }: ToolArgs<typeof this.argsShape>): Promise<CallToolResult> {
+ protected async execute({ projectName, organizationId }: ToolArgs<typeof this.argsShape>): Promise<CallToolResult> {
20
this.session.ensureAuthenticated();
21
22
const input = {
0 commit comments