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(rmcp): adapt to non-exhaustive structs in rmcp 1.1.1
rmcp v1.1.1 made ServerInfo and Implementation non-exhaustive,
requiring use of constructors instead of struct literals.
- Use Implementation::new(name, version) for construction
- Use ServerInfo::new(capabilities) for initialization
- Set optional fields via field mutations
- Remove unused ProtocolVersion import
- Update test to remove protocol_version assertion (handled internally)
0 commit comments