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 d725924 commit a724461Copy full SHA for a724461
src/tools/atlas/listOrgs.ts
@@ -9,8 +9,6 @@ export class ListOrganizationsTool extends AtlasToolBase {
9
protected argsShape = {};
10
11
protected async execute(): Promise<CallToolResult> {
12
- this.session.ensureAuthenticated();
13
-
14
const data = await this.session.apiClient.listOrganizations();
15
16
if (!data?.results?.length) {
0 commit comments