addedInput schema / $schema
Added value: +"http://json-schema.org/draft-07/schema#"
removedOutput schema / $defs / NonEmptyTrimmedString
Removed value: -{
- "description": "a non empty string",
- "minLength": 1,
- "pattern": "^\\S[\\s\\S]*\\S$|^\\S$|^$",
- "title": "nonEmptyString",
- "type": "string"
-}
removedOutput schema / properties / result / properties / annotations / properties / title / $ref
Removed value: -"#/$defs/NonEmptyTrimmedString"
addedOutput schema / properties / result / properties / annotations / properties / title / minLength
Added value: +1
addedOutput schema / properties / result / properties / annotations / properties / title / pattern
Added value: +"^\\S[\\s\\S]*\\S$|^\\S$|^$"
addedOutput schema / properties / result / properties / annotations / properties / title / type
Added value: +"string"
removedOutput schema / properties / result / properties / annotations / required
Removed value: -[]
removedOutput schema / properties / result / properties / category / $ref
Removed value: -"#/$defs/ToolCategory"
addedOutput schema / properties / result / properties / category / allOf
Added value: +[
+ {
+ "$ref": "#/$defs/ToolCategory"
+ }
+]
addedOutput schema / properties / result / properties / category / description
Added value: +"MCP tool category used for toolset filtering and proxy discovery."
removedOutput schema / properties / result / properties / description / $ref
Removed value: -"#/$defs/ToolDescription"
addedOutput schema / properties / result / properties / description / allOf
Added value: +[
+ {
+ "$ref": "#/$defs/ToolDescription"
+ }
+]
addedOutput schema / properties / result / properties / description / description
Added value: +"Human-readable MCP tool description."
removedOutput schema / properties / result / properties / inputSchema / title
Removed value: -"unknown"
removedOutput schema / properties / result / properties / name / $ref
Removed value: -"#/$defs/ToolName"
addedOutput schema / properties / result / properties / name / allOf
Added value: +[
+ {
+ "$ref": "#/$defs/ToolName"
+ }
+]
addedOutput schema / properties / result / properties / name / description
Added value: +"Exact MCP tool name registered by this server."
removedOutput schema / properties / result / properties / outputSchema / title
Removed value: -"unknown"