diff --git a/src/mcp/types/_types.py b/src/mcp/types/_types.py index 3542006ac..e689d5418 100644 --- a/src/mcp/types/_types.py +++ b/src/mcp/types/_types.py @@ -1995,9 +1995,6 @@ class ElicitResult(Result): Contains values matching the requested schema. Values can be strings, integers, floats, booleans, arrays of strings, or null. For URL mode, this field is omitted. - - The null value arm is superset leniency; the schema-exact surface types - declare no null arm. """