rust-sdk/crates
Will Pfleger b74f5ca35b
feat(auth): add StoredCredentials::new() constructor (#778)
StoredCredentials is #[non_exhaustive] but has no constructor, making
it impossible for external crates implementing CredentialStore to
construct instances without a serde roundtrip workaround. Add a new()
constructor matching the pattern used for other #[non_exhaustive]
types in this crate.

Fixes #777
2026-03-27 14:47:41 -04:00
..
rmcp feat(auth): add StoredCredentials::new() constructor (#778) 2026-03-27 14:47:41 -04:00
rmcp-macros chore: release v1.3.0 (#747) 2026-03-26 11:31:13 -04:00