{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PatchedMCPServerInstallationUpdate", "title": "PatchedMCPServerInstallationUpdate", "type": "object", "properties": { "display_name": { "type": "string" }, "description": { "type": "string" }, "is_enabled": { "type": "boolean" } } }