Skip to content

Commit 3a05d31

Browse files
committed
format
1 parent 139c3ee commit 3a05d31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/atlas/atlasTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Telemetry } from "../../telemetry/telemetry.js";
44

55
export abstract class AtlasToolBase extends ToolBase {
66
protected category: ToolCategory = "atlas";
7-
7+
88
protected verifyAllowed(): boolean {
99
if (!this.config.apiClientId || !this.config.apiClientSecret) {
1010
return false;

src/tools/tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export abstract class ToolBase {
5454
};
5555
await this.telemetry.emitEvents([event]);
5656
}
57-
57+
5858
public register(server: McpServer): void {
5959
if (!this.verifyAllowed()) {
6060
return;

0 commit comments

Comments
 (0)