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
We have silently assumed that JSON-RPC will be using UTF-8 encoding.
This is usually true, but technically the JSON specification allows
for any other encoding and only asks for UTF-8, UTF-16 or UTF-32.
For MCP we want to reduce complexity in encoding negotiation and
will only allow utf-8.
0 commit comments