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 f20c09f commit 318e429Copy full SHA for 318e429
src/tools/atlasLocal/atlasLocalTool.ts
@@ -41,7 +41,7 @@ please log a ticket here: https://github.com/mongodb-js/mongodb-mcp-server/issue
41
return this.executeWithAtlasLocalClient(client, ...args);
42
}
43
44
- protected async lookupDeploymentId(client: Client, containerId: string): Promise<string | undefined> {
+ private async lookupDeploymentId(client: Client, containerId: string): Promise<string | undefined> {
45
try {
46
// Lookup and return the deployment id for telemetry metadata.
47
return await client.getDeploymentId(containerId);
0 commit comments