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(mcp): remove unused cache CAS methods and simplify discovery helpers
- Delete the unused setIfCurrentMutation/deleteIfCurrentMutation cache
methods (interface + memory + redis adapters) and their two Redis Lua
scripts; production only uses applyMutationIfCurrent. Tests rewritten onto
applyMutationIfCurrent (ordering coverage preserved) or dropped where they
only exercised the removed Lua.
- Drop the vestigial fallback param from getDiscoveryFailureMessage (all
callers coerced to 'Connection failed').
- Route isDynamicClientRegistrationUnsupported through getErrorMessage to
match the module's error-inspection convention.
0 commit comments