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> {
111
111
} ,
112
112
} ) ;
113
113
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
- === = ===
130
114
try {
131
115
this . serviceProvider = await NodeDriverServiceProvider . connect ( connectionString , {
132
116
productDocsLink : "https://github.com/mongodb-js/mongodb-mcp-server/" ,
@@ -151,6 +135,5 @@ export class Session extends EventEmitter<SessionEvents> {
151
135
}
152
136
153
137
this . emit ( "connect" ) ;
154
- >>> > >>> origin / main
155
138
}
156
139
}
You can’t perform that action at this time.
0 commit comments