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
{{ message }}
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Any use of useMcp connects to the server and then triggers auth flow if required. This means we can't have it existing across our whole app.
Currently we work around this by specifying
url: ''which errors, but fails connecting until we decide.It would be great if we could start the app normally without auto-connect, and call
connect()at our discretion which then would do auth etc.