Skip to content

Commit 318e429

Browse files
Update src/tools/atlasLocal/atlasLocalTool.ts
Co-authored-by: Nikola Irinchev <[email protected]>
1 parent f20c09f commit 318e429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/atlasLocal/atlasLocalTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ please log a ticket here: https://github.com/mongodb-js/mongodb-mcp-server/issue
4141
return this.executeWithAtlasLocalClient(client, ...args);
4242
}
4343

44-
protected async lookupDeploymentId(client: Client, containerId: string): Promise<string | undefined> {
44+
private async lookupDeploymentId(client: Client, containerId: string): Promise<string | undefined> {
4545
try {
4646
// Lookup and return the deployment id for telemetry metadata.
4747
return await client.getDeploymentId(containerId);

0 commit comments

Comments
 (0)