MCP spec tables now include all authored fields (v4.100.3)
Component prop defaults, descriptions, slot titles, allowed component constraints, and authored ordering are now fully emitted into the spec tables that AI agents read over MCP, eliminating incorrect inferences caused by missing data.
Props tables now include Default and Description columns; slots tables include Title, Required, Only One, Constraints, and Allowed Components columns, all in the order you authored them.
Asset-set stylesheets and scripts load reliably (v4.100.3)
Asset-set CSS and JavaScript files no longer 404 or trigger MIME errors when multiple asset sets share source files from the same directory.
A race condition caused the server to register static routes at one URL prefix while serving clients a different prefix; pages could load unstyled as a result. URLs are now derived deterministically from the asset set configuration.