Before you start
- Use Streamable HTTP. Fused’s legacy SSE transport does not support this handoff.
- Use a Managed service where available, or register your own OAuth application in the MCP’s selected bucket. Configure the exact auth scheme, scopes, and application reference before publishing.
- 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.