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