Commit 934f6e5
committed
docs(mcpServer): document _outbound singleton multi-connect limitation
connect() overwrites _outbound on each call. Inbound dispatch works for
all concurrent connections (each has its own onrequest/StreamDriver), but
instance-level outbound (createMessage, send*ListChanged) reaches only the
most-recently-connected transport. Matches v1 Protocol.connect semantics.
Per the simplification review, documenting rather than redesigning.1 parent 6c439da commit 934f6e5
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
278 | 284 | | |
279 | 285 | | |
280 | 286 | | |
| |||
0 commit comments