docs: record json rpc workflow transport

This commit is contained in:
lda
2026-06-03 07:17:01 +07:00 Verified
parent 19e4c61257
commit 5601409897
5 changed files with 32 additions and 8 deletions
@@ -275,6 +275,15 @@ composition:
It should not implement source provider management yet.
Implementation status:
- `wf_transport_rpc_http.create_rpc_app(server)` exposes a fixed JSON-RPC
method set over an existing `wf_server.WorkflowServer`.
- `wf-rpc-server --store-root <path>` starts the local/static server over
`/rpc`.
- This slice still does not include remote `wf` CLI targeting, auth,
streaming/progress, or live upstream MCP source management.
Preferred implementation dependency:
```bash