-
Notifications
You must be signed in to change notification settings - Fork 340
mcp: update JSON marshaling to not HTML-escape messages #769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It's causing some servers to fail: #767
7787ac1 to
4030f6f
Compare
|
We should provide a way to preserve the old behavior. We don't know who depends on it. |
|
Added a simple package to allow specifying compatibility flag as suggested in #238. |
e867a66 to
23e3ee4
Compare
jba
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mistaken approval
23e3ee4 to
1b5c838
Compare
It's causing some servers to fail: #767. I checked with Typescript implementation and it doesn't do any escaping.
It's still a behavior change.
Fixes #238
Fixes #767