changedOutput schema / properties / result / properties / matches / items / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "category": {
- "allOf": [
- {
- "$ref": "#/$defs/ToolCategory"
- }
- ],
- "description": "MCP tool category used for toolset filtering and proxy discovery."
- },
- "description": {
- "allOf": [
- {
- "$ref": "#/$defs/ToolDescription"
- }
- ],
- "description": "Human-readable MCP tool description."
- },
- "name": {
- "allOf": [
- {
- "$ref": "#/$defs/ToolName"
- }
- ],
- "description": "Exact MCP tool name registered by this server."
- },
- "optionalParams": {
- "$ref": "#/$defs/Arrays_1"
- },
- "parameterSummaryStatus": {
- "enum": [
- "available"
- ],
- "type": "string"
- },
- "requiredParams": {
- "$ref": "#/$defs/Arrays_"
- }
- },
- "required": [
- "name",
- "category",
- "description",
- "requiredParams",
- "optionalParams",
- "parameterSummaryStatus"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "category": {
- "allOf": [
- {
- "$ref": "#/$defs/ToolCategory"
- }
- ],
- "description": "MCP tool category used for toolset filtering and proxy discovery."
- },
- "description": {
- "allOf": [
- {
- "$ref": "#/$defs/ToolDescription"
- }
- ],
- "description": "Human-readable MCP tool description."
- },
- "name": {
- "allOf": [
- {
- "$ref": "#/$defs/ToolName"
- }
- ],
- "description": "Exact MCP tool name registered by this server."
- },
- "optionalParams": {
- "$ref": "#/$defs/Arrays_1"
- },
- "parameterSummaryStatus": {
- "enum": [
- "empty"
- ],
- "type": "string"
- },
- "requiredParams": {
- "$ref": "#/$defs/Arrays_"
- }
- },
- "required": [
- "name",
- "category",
- "description",
- "requiredParams",
- "optionalParams",
- "parameterSummaryStatus"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "category": {
- "allOf": [
- {
- "$ref": "#/$defs/ToolCategory"
- }
- ],
- "description": "MCP tool category used for toolset filtering and proxy discovery."
- },
- "description": {
- "allOf": [
- {
- "$ref": "#/$defs/ToolDescription"
- }
- ],
- "description": "Human-readable MCP tool description."
- },
- "name": {
- "allOf": [
- {
- "$ref": "#/$defs/ToolName"
- }
- ],
- "description": "Exact MCP tool name registered by this server."
- },
- "optionalParams": {
- "$ref": "#/$defs/Arrays_1"
- },
- "parameterSummaryIssue": {
- "type": "string"
- },
- "parameterSummaryStatus": {
- "enum": [
- "invalid_input_schema"
- ],
- "type": "string"
- },
- "requiredParams": {
- "$ref": "#/$defs/Arrays_"
- }
- },
- "required": [
- "name",
- "category",
- "description",
- "requiredParams",
- "optionalParams",
- "parameterSummaryStatus",
- "parameterSummaryIssue"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "category": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolCategory"
+ }
+ ],
+ "description": "MCP tool category used for toolset filtering and proxy discovery."
+ },
+ "description": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolDescription"
+ }
+ ],
+ "description": "Human-readable MCP tool description."
+ },
+ "name": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolName"
+ }
+ ],
+ "description": "Exact MCP tool name registered by this server."
+ },
+ "optionalParams": {
+ "items": {
+ "minLength": 1,
+ "pattern": "^\\S[\\s\\S]*\\S$|^\\S$|^$",
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "parameterSummaryStatus": {
+ "enum": [
+ "available"
+ ],
+ "type": "string"
+ },
+ "requiredParams": {
+ "items": {
+ "minLength": 1,
+ "pattern": "^\\S[\\s\\S]*\\S$|^\\S$|^$",
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "name",
+ "category",
+ "description",
+ "requiredParams",
+ "optionalParams",
+ "parameterSummaryStatus"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "category": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolCategory"
+ }
+ ],
+ "description": "MCP tool category used for toolset filtering and proxy discovery."
+ },
+ "description": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolDescription"
+ }
+ ],
+ "description": "Human-readable MCP tool description."
+ },
+ "name": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolName"
+ }
+ ],
+ "description": "Exact MCP tool name registered by this server."
+ },
+ "optionalParams": {
+ "items": {
+ "minLength": 1,
+ "pattern": "^\\S[\\s\\S]*\\S$|^\\S$|^$",
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "parameterSummaryStatus": {
+ "enum": [
+ "empty"
+ ],
+ "type": "string"
+ },
+ "requiredParams": {
+ "items": {
+ "minLength": 1,
+ "pattern": "^\\S[\\s\\S]*\\S$|^\\S$|^$",
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "name",
+ "category",
+ "description",
+ "requiredParams",
+ "optionalParams",
+ "parameterSummaryStatus"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "category": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolCategory"
+ }
+ ],
+ "description": "MCP tool category used for toolset filtering and proxy discovery."
+ },
+ "description": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolDescription"
+ }
+ ],
+ "description": "Human-readable MCP tool description."
+ },
+ "name": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolName"
+ }
+ ],
+ "description": "Exact MCP tool name registered by this server."
+ },
+ "optionalParams": {
+ "items": {
+ "minLength": 1,
+ "pattern": "^\\S[\\s\\S]*\\S$|^\\S$|^$",
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "parameterSummaryIssue": {
+ "type": "string"
+ },
+ "parameterSummaryStatus": {
+ "enum": [
+ "invalid_input_schema"
+ ],
+ "type": "string"
+ },
+ "requiredParams": {
+ "items": {
+ "minLength": 1,
+ "pattern": "^\\S[\\s\\S]*\\S$|^\\S$|^$",
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "name",
+ "category",
+ "description",
+ "requiredParams",
+ "optionalParams",
+ "parameterSummaryStatus",
+ "parameterSummaryIssue"
+ ],
+ "type": "object"
+ }
+]
changedOutput schema / properties / warnings / items / properties / code / enum
Previous value: -[
- "status_metadata_unresolved",
- "space_role_assignments_degraded",
- "message_template_metadata_degraded",
- "viewlet_descriptor_metadata_degraded",
- "space_preference_metadata_degraded",
- "approval_request_person_metadata_degraded",
- "approval_request_count_metadata_degraded",
- "hosted_huly_shutdown",
- "issue_label_metadata_degraded",
- "issue_milestone_metadata_degraded",
- "notification_metadata_degraded",
- "card_version_metadata_degraded",
- "issue_creator_metadata_degraded",
- "recruiting_review_metadata_degraded",
- "issue_relation_metadata_degraded",
- "class_collaborator_metadata_degraded",
- "planner_document_metadata_degraded",
- "external_channel_runtime_unsupported",
- "support_runtime_unsupported",
- "support_status_metadata_degraded",
- "workbench_navigation_metadata_degraded",
- "lead_customer_metadata_degraded",
- "calendar_meeting_room_metadata_degraded",
- "recruiting_candidate_custom_field_metadata_degraded",
- "custom_field_metadata_degraded"
-]New value: +[
+ "status_metadata_unresolved",
+ "space_role_assignments_degraded",
+ "message_template_metadata_degraded",
+ "viewlet_descriptor_metadata_degraded",
+ "space_preference_metadata_degraded",
+ "approval_request_person_metadata_degraded",
+ "approval_request_count_metadata_degraded",
+ "hosted_huly_shutdown",
+ "issue_label_metadata_degraded",
+ "issue_milestone_metadata_degraded",
+ "notification_metadata_degraded",
+ "card_version_metadata_degraded",
+ "issue_creator_metadata_degraded",
+ "recruiting_review_metadata_degraded",
+ "issue_relation_metadata_degraded",
+ "class_collaborator_metadata_degraded",
+ "planner_document_metadata_degraded",
+ "external_channel_runtime_unsupported",
+ "support_runtime_unsupported",
+ "support_status_metadata_degraded",
+ "workbench_navigation_metadata_degraded",
+ "lead_customer_metadata_degraded",
+ "calendar_meeting_room_metadata_degraded",
+ "recruiting_candidate_custom_field_metadata_degraded",
+ "custom_field_metadata_degraded",
+ "external_publication_target_metadata_degraded"
+]