Files
cleveragents-core/docs/reference
freemo 9b64297eff docs(a2a): fix SSE streaming event example method name
Corrects the Example Streaming Event in docs/reference/a2a.md to use
the correct JSON-RPC 2.0 notification method name `task/statusUpdate`
instead of the incorrect `message/stream`.

`message/stream` is the client→server REQUEST method that initiates
streaming. The actual SSE data payloads are JSON-RPC 2.0 notifications
(no `id` field) with method names `task/statusUpdate` or
`task/artifactUpdate`, as implemented in SseEventFormatter.

Closes #2519
2026-05-30 09:33:19 -04:00
..
2026-02-19 13:46:48 +00:00
2026-02-23 03:11:12 +00:00
2026-03-04 22:40:34 +00:00