Update mcp_server_main.py
This commit is contained in:
+1
-1
@@ -328,7 +328,7 @@ if __name__ == "__main__":
|
|||||||
logger.info(f"Starting {app.name} server (main execution block)...")
|
logger.info(f"Starting {app.name} server (main execution block)...")
|
||||||
logger.info(f"Logs will be written to: {LOG_FILE_PATH}")
|
logger.info(f"Logs will be written to: {LOG_FILE_PATH}")
|
||||||
try:
|
try:
|
||||||
asyncio.run(app.run_sse_async(host="127.0.0.1", port=8890, log_level="debug"))
|
app.run(transport="stdio")
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
logger.info("Server shut down by user (KeyboardInterrupt).")
|
logger.info("Server shut down by user (KeyboardInterrupt).")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user