Skip to content

Commit 524d965

Browse files
committed
fix
1 parent 6cf0ae6 commit 524d965

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/common/session.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -111,22 +111,6 @@ export class Session extends EventEmitter<SessionEvents> {
111111
},
112112
});
113113

114-
<<<<<<< HEAD
115-
this.serviceProvider = await NodeDriverServiceProvider.connect(connectionString, {
116-
productDocsLink: "https://github.com/mongodb-js/mongodb-mcp-server/",
117-
productName: "MongoDB MCP",
118-
readConcern: {
119-
level: connectOptions.readConcern,
120-
},
121-
readPreference: connectOptions.readPreference,
122-
writeConcern: {
123-
w: connectOptions.writeConcern,
124-
},
125-
timeoutMS: connectOptions.timeoutMS,
126-
proxy: { useEnvironmentVariableProxies: true },
127-
applyProxyToOIDC: true,
128-
});
129-
=======
130114
try {
131115
this.serviceProvider = await NodeDriverServiceProvider.connect(connectionString, {
132116
productDocsLink: "https://github.com/mongodb-js/mongodb-mcp-server/",
@@ -151,6 +135,5 @@ export class Session extends EventEmitter<SessionEvents> {
151135
}
152136

153137
this.emit("connect");
154-
>>>>>>> origin/main
155138
}
156139
}

0 commit comments

Comments
 (0)