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
Emit JSON-RPC error code for error.type on validation failures
Align the ValidationError branch with the MCPError branch and the C# SDK:
set error.type and rpc.response.status_code to the numeric JSON-RPC code
(INVALID_PARAMS) as a string, not the exception class name.
0 commit comments