Under the hood
Useful1 Signal1
Stored MCP server records now reject odd characters in the protocol field.
What's wrong with this entry?
Anonymous. No account, no email.
What
The stored MCP server record's protocol field is now restricted to printable ASCII with the same length cap as its neighbouring fields, instead of accepting any string.
Evidence
/^[\x20-\x7e]+$/
Strings lifted out of the shipped bundle, so the claim above can be checked against them.