Commit e6a5a43
docs: document client capabilities persistence in WorkerTransport
Update documentation to reflect PR cloudflare/agents#783 changes:
- Updated TransportState interface to include initializeParams field
- Added documentation explaining that client capabilities, client info,
and protocol version are now persisted and restored across serverless restarts
- Emphasized importance of capability persistence for elicitation and sampling features
- Added detailed field descriptions for TransportState interface
This enables MCP servers to properly support advanced client features like
elicitation after serverless cold starts.
Related: cloudflare/agents#783
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent e822354 commit e6a5a43
File tree
1 file changed
+11
-3
lines changed- src/content/docs/agents/model-context-protocol
1 file changed
+11
-3
lines changedLines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
235 | 237 | | |
236 | | - | |
| 238 | + | |
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
| |||
386 | 388 | | |
387 | 389 | | |
388 | 390 | | |
389 | | - | |
| 391 | + | |
390 | 392 | | |
391 | 393 | | |
392 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
393 | 401 | | |
394 | 402 | | |
395 | 403 | | |
| |||
0 commit comments