addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / file_types / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / file_types / default
Added value: +null
removedInput schema / properties / file_types / description
Removed value: -"File extensions to search (default: txt, json, md, py, yaml)"
removedInput schema / properties / file_types / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / file_types / type
Removed value: -"array"
addedInput schema / properties / paths / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / paths / default
Added value: +null
removedInput schema / properties / paths / description
Removed value: -"Paths to search (defaults: learning, xtts, knowledge)"
removedInput schema / properties / paths / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / paths / type
Removed value: -"array"
removedInput schema / properties / query / description
Removed value: -"Search query"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}