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 / chunk_size / description
Removed value: -"Max tokens per chunk (chunked strategy only)"
removedInput schema / properties / doc_path / description
Removed value: -"Absolute path to markdown file"
removedInput schema / properties / overwrite / description
Removed value: -"Replace existing KB entries from this doc"
removedInput schema / properties / source_type / description
Removed value: -"Source type for attribution (defaults to 'system' since ingestion is automated)"
removedInput schema / properties / strategy / description
Removed value: -"Ingestion strategy: full (one entry) or chunked (by sections). 'summary' is not provided by Lore (LLM-free); generate summaries in the caller — see issue #19."
addedInput schema / properties / tags / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / tags / default
Added value: +null
removedInput schema / properties / tags / description
Removed value: -"Additional tags"
removedInput schema / properties / tags / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / tags / type
Removed value: -"array"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}