Commit ebb173c
committed
Correct ClientSession's exception-delivery docstring; list shared.session removal
The class docstring claimed transport exceptions reach message_handler
only when the session builds its own dispatcher, but a caller-supplied
JSONRPCDispatcher with no stream-exception hook is wired up the same
way (the standard Client path), so exceptions arrive on any stream-backed
dispatcher. Say that instead. Also add mcp.shared.session and its
RequestResponder stub to the removed-import-paths bullet in whats-new.
No-Verification-Needed: docstring- and doc-only change1 parent 9012574 commit ebb173c
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
339 | 341 | | |
340 | 342 | | |
341 | 343 | | |
| |||
0 commit comments