addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / case_sensitive
Added value: +{
+ "default": false,
+ "description": "Whether search should be case sensitive",
+ "type": "boolean"
+}
addedInput schema / properties / count
Added value: +{
+ "default": 0,
+ "description": "Number of items to return (0 means use default)",
+ "type": "integer"
+}
addedInput schema / properties / file_extensions / description
Added value: +"List of file extensions to search in"
removedInput schema / properties / file_extensions / title
Removed value: -"File Extensions"
addedInput schema / properties / max_results / description
Added value: +"Maximum total results to collect before pagination"
removedInput schema / properties / max_results / title
Removed value: -"Max Results"
addedInput schema / properties / offset
Added value: +{
+ "default": 0,
+ "description": "Starting offset for pagination",
+ "type": "integer"
+}
addedInput schema / properties / project_dir / description
Added value: +"Path to the APKTool project directory"
removedInput schema / properties / project_dir / title
Removed value: -"Project Dir"
addedInput schema / properties / search_pattern / description
Added value: +"Text pattern to search for"
removedInput schema / properties / search_pattern / title
Removed value: -"Search Pattern"
removedInput schema / title
Removed value: -"search_in_filesArguments"
addedOutput schema / additionalProperties
Added value: +true
removedOutput schema / properties
Removed value: -{
- "result": {
- "additionalProperties": true,
- "title": "Result",
- "type": "object"
- }
-}
removedOutput schema / required
Removed value: -[
- "result"
-]
removedOutput schema / title
Removed value: -"search_in_filesOutput"