You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: Cursor
0 commit comments