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