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
fix(transport): make message channel capacity configurable for all transports (#171)
* merge
* Add channel_capacity option to transports
* Allow clippy too_many_arguments and simplify doc
Add #[allow(clippy::too_many_arguments)] to MCPStream::create and
MCPStream::create_with_ack to silence the lint for many parameters.
Update TransportOptions doc comment to state "Defaults to 36"
instead of referencing the constant name.
0 commit comments