addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / author / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / author / default
Added value: +null
removedInput schema / properties / author / description
Removed value: -"Who is ingesting (optional, defaults to None)"
removedInput schema / properties / author / type
Removed value: -"string"
removedInput schema / properties / confirm_production / description
Removed value: -"Required (true) to ingest more than 100 files when LORE_ENV=production. Guards against accidental bulk writes; not required for smaller ingests or non-prod."
removedInput schema / properties / dir_path / description
Removed value: -"Directory to scan"
addedInput schema / properties / exclude_patterns / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / exclude_patterns / default
Added value: +null
removedInput schema / properties / exclude_patterns / description
Removed value: -"Patterns to exclude"
removedInput schema / properties / exclude_patterns / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / exclude_patterns / type
Removed value: -"array"
removedInput schema / properties / pattern / description
Removed value: -"File pattern (e.g., *.md)"
removedInput schema / properties / recursive / description
Removed value: -"Scan subdirectories"
removedInput schema / properties / source_type / description
Removed value: -"Source type for attribution (defaults to 'system' since ingestion is automated)"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}