Skip to content

Commit 61ae9cf

Browse files
Improved comment in atlasLocalTools.ts
1 parent e2cc80c commit 61ae9cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/atlasLocal/atlasLocalTool.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ please log a ticket here: https://github.com/mongodb-js/mongodb-mcp-server/issue
4545
return;
4646
}
4747

48-
// Lookup the deployment id and add it to the telemetry metadata
48+
// Lookup the deployment id and save it to the deploymentId property.
49+
// This property will be added to the telemetry metadata when resolveTelemetryMetadata is called.
4950
const deploymentId = await client.getDeploymentId(containerId);
5051
this.deploymentId = deploymentId;
5152
}

0 commit comments

Comments
 (0)