Skip to content

Commit 0c9ecfc

Browse files
fmenezesCopilot
andauthored
Update server.ts
Co-authored-by: Copilot <[email protected]>
1 parent 60ad1c7 commit 0c9ecfc

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
@@ -151,7 +151,7 @@ export class Server {
151151
logPath: this.userConfig.logPath,
152152
connectionString: this.userConfig.connectionString
153153
? "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 man setup MongoDB Atlas access, more info at 'https://github.com/mongodb-js/mongodb-mcp-server'.",
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'.",
155155
connectOptions: this.userConfig.connectOptions,
156156
atlas:
157157
this.userConfig.apiClientId && this.userConfig.apiClientSecret

0 commit comments

Comments
 (0)