Emit a notifications/elicitation/complete for a URL-mode elicitation,
telling the client an out-of-band interaction it was asked to complete (via
RequestContext.elicitUrl) has finished, so the client can stop waiting on
it (basic/utilities/elicitation §"Completion Notifications for URL Mode
Elicitation"). Per spec the notification MUST carry the elicitationId that
correlates it with the original request. It is delivered on the standalone
GET SSE stream (the unsolicited server->client channel); returns the number
of listeners reached, or 0 when no GET stream is open (or the server is
not on a Streamable HTTP transport). Throws invalidParams on an empty
elicitationId.
Emit a notifications/elicitation/complete for a URL-mode elicitation, telling the client an out-of-band interaction it was asked to complete (via RequestContext.elicitUrl) has finished, so the client can stop waiting on it (basic/utilities/elicitation §"Completion Notifications for URL Mode Elicitation"). Per spec the notification MUST carry the elicitationId that correlates it with the original request. It is delivered on the standalone GET SSE stream (the unsolicited server->client channel); returns the number of listeners reached, or 0 when no GET stream is open (or the server is not on a Streamable HTTP transport). Throws invalidParams on an empty elicitationId.