You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you enable the mongodb server with a connection string pointing at a server that is not running, the gateway will not initialize. During initialize, the gateway is running the mcp server with these connection details and the mongodb server itself is hanging.
What should happen? The server should initialize without the mongodb server active, while waiting for the mongodb initialize to timeout. We should log that the mongodb server was enabled but could not be initialized by the gateway.