Commit 0a82623
committed
refactor: pass stdio params through **kwargs like other transports
The SSE and streamable-http overloads declare transport-specific params
but the implementation catches them all via **kwargs. Follow the same
pattern for stdin/stdout so the implementation signature stays uniform.
Made-with: Cursor1 parent 3d1bdea commit 0a82623
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | 279 | | |
283 | 280 | | |
284 | 281 | | |
285 | 282 | | |
286 | 283 | | |
287 | 284 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | 285 | | |
293 | 286 | | |
294 | 287 | | |
| |||
297 | 290 | | |
298 | 291 | | |
299 | 292 | | |
300 | | - | |
| 293 | + | |
301 | 294 | | |
302 | 295 | | |
303 | 296 | | |
| |||
0 commit comments