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
chore(rmcp): improve json schema comparison in tests
Enhances the robustness of JSON schema comparison tests by parsing the schema strings into JSON values before comparison. This change prevents false test failures that could occur due to insignificant differences in whitespace or object key ordering. The test now properly focuses on structural equality rather than exact string matching.
0 commit comments