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 26cc9fa commit e2cc80cCopy full SHA for e2cc80c
src/tools/atlasLocal/atlasLocalTool.ts
@@ -39,11 +39,7 @@ please log a ticket here: https://github.com/mongodb-js/mongodb-mcp-server/issue
39
return this.executeWithAtlasLocalClient(client, ...args);
40
}
41
42
- protected async lookupDeploymentIdAndAddToTelemetryMetadata(
43
- client: Client,
44
- containerId: string,
45
-
46
- ): Promise<void> {
+ protected async lookupDeploymentIdAndAddToTelemetryMetadata(client: Client, containerId: string): Promise<void> {
47
// Don't run if telemetry is disabled
48
if (this.config.telemetry === "disabled") {
49
return;
0 commit comments