mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
ff3b3ce552
* fix: Allow empty string in optional fields * fix: Preserve empty strings for content fields in MCP tools Address review feedback by reverting content/text fields (description, document text, comment text) back to z.string().optional() so callers can intentionally clear values via "". optionalString() is reserved for identifier and query fields where "" is not a meaningful input.