addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / conclusion / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / conclusion / default
Added value: +null
removedInput schema / properties / conclusion / type
Removed value: -"string"
addedInput schema / properties / hypothesis / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / hypothesis / default
Added value: +null
removedInput schema / properties / hypothesis / type
Removed value: -"string"
addedInput schema / properties / methodology / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / methodology / default
Added value: +null
removedInput schema / properties / methodology / type
Removed value: -"string"
addedInput schema / properties / results / anyOf
Added value: +[
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / results / default
Added value: +null
removedInput schema / properties / results / type
Removed value: -"object"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}