You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? "set; no explicit connect needed, use switch-connection tool to connect to a different connection if necessary"
154
-
: "not set; before using any mongodb tool, you need to call the connect tool with a connection string",
153
+
? "set; access to MongoDB tools are currently available to use"
154
+
: "not set; before using any MongoDB tool, you need to configure a connection string, alternatively you can setup MongoDB Atlas access, more info at 'https://github.com/mongodb-js/mongodb-mcp-server'.",
? "set; MongoDB Atlas tools are currently available to use"
159
+
: "not set; MongoDB Atlas tools are currently unavailable, to have access to MongoDB Atlas tools like creating clusters or connecting to clusters make sure to setup credentials, more info at 'https://github.com/mongodb-js/mongodb-mcp-server'.",
156
160
};
157
161
return{
158
162
contents: [
159
163
{
160
164
text: JSON.stringify(result),
165
+
mimeType: "application/json",
161
166
uri: uri.href,
162
167
},
163
168
],
164
169
};
165
170
}
166
171
);
167
-
if(this.userConfig.connectionString){
168
-
this.mcpServer.resource(
169
-
"connection-string",
170
-
"config://connection-string",
171
-
{
172
-
description: "Preconfigured connection string that will be used as a default in the `connect` tool",
0 commit comments