Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Don't always autoconnect/auth #7

@grrowl

Description

@grrowl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions