- The stable Streamable HTTP URL returned by
mcp applyormcp list. - An MCP execution token sent in the
Authorizationheader.
2026-07-28 surface. Receive MCP events covers explicit event selection, subscriptions/listen, and retained payload reads. The older session-based tool handshake described below does not by itself enable that event surface.
Get the stable URL
Get an agent token
The first successfulmcp apply may print a full-access token once. It is suitable for initial testing if you stored it securely.
For a long-running agent, create a separate token with the operations and connected-user binding it needs:
Create a token for an agent
Generate a scoped token, choose its binding, and store the plaintext shown once.
Put the token in the MCP client
Configure one remote HTTP MCP server with these values:
A client’s exact configuration shape varies, but the resulting connection must be equivalent to:
The JSON shows the values and header placement, not a universal MCP client format. Use your client’s documented field names while preserving the URL and
Authorization header exactly. Never substitute a Fused License Key, CLI API key, or provider credential.Verify the connection
Save or reload the MCP client configuration. A successful connection should display:- The MCP server’s authored capability description.
- The
search_docsandexecutetools.
Authorization: Bearer <token> and that the token is still active. If the stable URL is unavailable, the promoted version may have been deactivated; explicitly apply the version you want to promote.