rust-sdk/crates
Will Pfleger ad3997268d
feat(transport): add constructors for non_exhaustive error types (#806)
AuthRequiredError, InsufficientScopeError, and DynamicTransportError
were marked #[non_exhaustive] in #715/#768 but don't have constructors
usable by external crates. Add new() for the error types and
from_parts() for DynamicTransportError (the existing new() requires a
Transport type parameter, making it unusable for test fixtures).

Fixes #805
2026-04-13 16:31:26 -04:00
..
rmcp feat(transport): add constructors for non_exhaustive error types (#806) 2026-04-13 16:31:26 -04:00
rmcp-macros chore: release v1.4.0 (#779) 2026-04-10 10:40:38 -04:00