changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "docs": {
+ "description": "Every documentation topic this server can serve.",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "summary": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "topic": {
+ "description": "Pass this to get_doc",
+ "enum": [
+ "overview",
+ "quote-and-book",
+ "checkout",
+ "endpoints",
+ "widgets",
+ "attribution",
+ "live-chat",
+ "customer-portal",
+ "mcp-connector"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "topic",
+ "title",
+ "summary"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "note": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "docs",
+ "note"
+ ],
+ "type": "object"
+}