Fixes related to config loader
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
import { Logger } from './utils/logger.util.js';
|
||||
import configLoader from './config/config-loader.js';
|
||||
import { stdioTransport } from './server/stdio.js';
|
||||
import { streamableHttpTransport } from './server/streamableHttp.js';
|
||||
|
||||
@@ -42,9 +41,6 @@ export async function startServer(): Promise<void> {
|
||||
* Main entry point
|
||||
*/
|
||||
async function main() {
|
||||
// Load configuration
|
||||
configLoader.load();
|
||||
|
||||
// Server mode - determine transport and start server
|
||||
await startServer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user