Before you start
- Use Streamable HTTP. Fused’s legacy SSE transport does not support this handoff.
- Register the provider’s OAuth application in the MCP’s selected bucket and configure the service’s OAuth scheme and scopes.
- Supply a stable user identity. For a first-time connection, use a dynamic token with
X-Fused-End-User-Ref. A fixed token requires an existing connection at issuance; see token bindings.
Implement the client flow
Request authentication
Advertise URL elicitation and display the authorization link returned by Engine.
Handle completion
Receive the notification, resume the agent, and decide whether the request can be retried.