addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / batch_size / description
Removed value: -"How many entries to encode per batch (default 32)."
removedInput schema / properties / batch_size / maximum
Removed value: -512
removedInput schema / properties / batch_size / minimum
Removed value: -1
removedInput schema / properties / confirm_production / description
Removed value: -"Required (true) to run a real backfill when LORE_ENV=production. Guards against accidental large-scale writes; ignored for dry runs and non-prod."
removedInput schema / properties / dry_run / description
Removed value: -"If true, report what would be embedded without writing."
addedInput schema / properties / limit / anyOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / limit / default
Added value: +null
removedInput schema / properties / limit / description
Removed value: -"Optional cap on entries to process this run."
removedInput schema / properties / limit / minimum
Removed value: -1
removedInput schema / properties / limit / type
Removed value: -"integer"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}