Skip to content

Commit 0d8d017

Browse files
Update src/index.ts
Co-authored-by: Himanshu Singh <himanshu.singhs@outlook.in>
1 parent da4bb95 commit 0d8d017

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ async function main(): Promise<void> {
5959

6060
if (!config || (error && error.length)) {
6161
console.error(`
62-
${error}
63-
- Refer to https://www.mongodb.com/docs/mcp-server/get-started/ for setting up the MCP Server.
64-
`);
62+
${error}
63+
- Refer to https://www.mongodb.com/docs/mcp-server/get-started/ for setting up the MCP Server.
64+
`);
6565
process.exit(1);
6666
}
6767

0 commit comments

Comments
 (0)