removedInput schema / properties / category / description
Removed value: -"Filter Starwind Pro blocks by category."
addedInput schema / properties / cwd
Added value: +{
+ "description": "Project directory used to detect existing Pro setup.",
+ "type": "string"
+}
addedInput schema / properties / framework
Added value: +{
+ "enum": [
+ "astro",
+ "react",
+ "all"
+ ],
+ "type": "string"
+}
changedInput schema / properties / limit / description
Previous value: -"Maximum number of Pro blocks to return. Defaults to 20, maximum 50."New value: +"Pro result limit; defaults to 20 and caps at 50."
removedInput schema / properties / offset / description
Removed value: -"Offset for paginating Pro block results. Defaults to 0."
removedInput schema / properties / plan / description
Removed value: -"Filter Starwind Pro blocks by plan type."
removedInput schema / properties / query / description
Removed value: -"Search query for components and Pro blocks."
addedInput schema / properties / surface
Added value: +{
+ "description": "Defaults to all.",
+ "enum": [
+ "styled",
+ "primitive",
+ "all"
+ ],
+ "type": "string"
+}
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "result": {
+ "additionalProperties": {},
+ "description": "Structured layered Starwind search result.",
+ "type": "object"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object"
+}