addedInput schema / properties / coordinates
Added value: +{
+ "description": "groupId:artifactId[:version[:classifier]].",
+ "type": "string"
+}
changedInput schema / properties / format / description
Previous value: -"Output format. Default is text (human-readable). Use json for structured machine-readable data. Use toon for Token-Oriented Object Notation — a compact, LLM-friendly format that reduces tokens by ~40% compared to JSON while preserving structure (https://github.com/toon-format/toon)."New value: +"Output format."
addedInput schema / properties / includeJdk
Added value: +{
+ "default": false,
+ "type": "boolean"
+}
addedInput schema / properties / jarDirectory
Added value: +{
+ "description": "Absolute directory to search for a JAR on demand.",
+ "type": "string"
+}
addedInput schema / properties / jarNamePrefix
Added value: +{
+ "description": "JAR basename prefix.",
+ "type": "string"
+}
addedInput schema / properties / jarPath
Added value: +{
+ "description": "Absolute path to an exact JAR. Fastest selector.",
+ "type": "string"
+}
removedInput schema / properties / limit / description
Removed value: -"Maximum number of results to return"
addedInput schema / properties / mode
Added value: +{
+ "default": "balanced",
+ "enum": [
+ "fast",
+ "balanced"
+ ],
+ "type": "string"
+}
removedInput schema / properties / projectPath
Removed value: -{
- "description": "Maven project root directory path",
- "type": "string"
-}
removedInput schema / properties / query / description
Removed value: -"Search query (partial class name, e.g. \"ObservationRegistry\", \"JpaRepository\", or \"QueryBizOrderDO\")"
addedInput schema / properties / workspacePath
Added value: +{
+ "description": "Absolute Java workspace path. Maven is optional.",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "query",
- "projectPath"
-]New value: +[
+ "query"
+]