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 8c56756 commit 404261eCopy full SHA for 404261e
src/server.ts
@@ -2,7 +2,7 @@ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
2
import type { Session } from "./common/session.js";
3
import type { Transport } from "@modelcontextprotocol/sdk/shared/transport.js";
4
import { AtlasTools } from "./tools/atlas/tools.js";
5
-import { AtlasLocalTools } from "./tools/atlas-local/tools.js";
+import { AtlasLocalTools } from "./tools/atlasLocal/tools.js";
6
import { MongoDbTools } from "./tools/mongodb/tools.js";
7
import { Resources } from "./resources/resources.js";
8
import type { LogLevel } from "./common/logger.js";
0 commit comments