Skip to content

Commit 404261e

Browse files
Fix renaming error
1 parent 8c56756 commit 404261e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
22
import type { Session } from "./common/session.js";
33
import type { Transport } from "@modelcontextprotocol/sdk/shared/transport.js";
44
import { AtlasTools } from "./tools/atlas/tools.js";
5-
import { AtlasLocalTools } from "./tools/atlas-local/tools.js";
5+
import { AtlasLocalTools } from "./tools/atlasLocal/tools.js";
66
import { MongoDbTools } from "./tools/mongodb/tools.js";
77
import { Resources } from "./resources/resources.js";
88
import type { LogLevel } from "./common/logger.js";

0 commit comments

Comments
 (0)