https://webmachinelearning.github.io/webmcp/#mitigation-restrict-input-lengths
The mitigation section refers to limiting “characters”. For non-ASCII text, “character” is ambiguous: code points, code units, grapheme clusters, bytes, and model tokens differ. See https://w3c.github.io/bp-i18n-specdev/#characters
Please define limits in precise units, and avoid byte-based limits for user-facing text.
https://webmachinelearning.github.io/webmcp/#mitigation-restrict-input-lengths
The mitigation section refers to limiting “characters”. For non-ASCII text, “character” is ambiguous: code points, code units, grapheme clusters, bytes, and model tokens differ. See https://w3c.github.io/bp-i18n-specdev/#characters
Please define limits in precise units, and avoid byte-based limits for user-facing text.