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 139c3ee commit 3a05d31Copy full SHA for 3a05d31
src/tools/atlas/atlasTool.ts
@@ -4,7 +4,7 @@ import { Telemetry } from "../../telemetry/telemetry.js";
4
5
export abstract class AtlasToolBase extends ToolBase {
6
protected category: ToolCategory = "atlas";
7
-
+
8
protected verifyAllowed(): boolean {
9
if (!this.config.apiClientId || !this.config.apiClientSecret) {
10
return false;
src/tools/tool.ts
@@ -54,7 +54,7 @@ export abstract class ToolBase {
54
};
55
await this.telemetry.emitEvents([event]);
56
}
57
58
public register(server: McpServer): void {
59
if (!this.verifyAllowed()) {
60
return;
0 commit comments