File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -58,18 +58,14 @@ async function main(): Promise<void> {
5858 } ) ;
5959
6060 if ( ! config || ( error && error . length ) ) {
61- console . error ( `
62- ${ error }
63- - Refer to https://www.mongodb.com/docs/mcp-server/get-started/ for setting up the MCP Server.
64- ` ) ;
61+ console . error ( `${ error }
62+ - Refer to https://www.mongodb.com/docs/mcp-server/get-started/ for setting up the MCP Server.` ) ;
6563 process . exit ( 1 ) ;
6664 }
6765
6866 if ( warnings && warnings . length ) {
69- console . warn ( `
70- ${ warnings . join ( "\n" ) }
71- - Refer to https://www.mongodb.com/docs/mcp-server/get-started/ for setting up the MCP Server.
72- ` ) ;
67+ console . warn ( `${ warnings . join ( "\n" ) }
68+ - Refer to https://www.mongodb.com/docs/mcp-server/get-started/ for setting up the MCP Server.` ) ;
7369 }
7470
7571 if ( config . help ) {
You can’t perform that action at this time.
0 commit comments