File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments