mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
65695fb878
coerce_value assumed value_str was always a CLI string, but ifcmcp passes JSON-decoded native types (int, None) straight through. Guard the Union/Optional "none" check so it only calls .lower() on strings, and handle native None explicitly.