removedInput schema / properties / access_token / default
Removed value: -null
changedInput schema / properties / access_token / description
Previous value: -"Optional JWT access token for authentication. Pass the token returned by get_auth_session when your MCP client does not send it as an Authorization: Bearer HTTP header automatically."New value: +"Optional JWT access token for authentication."
changedInput schema / properties / access_token / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedInput schema / properties / content_description / default
Removed value: -null
changedInput schema / properties / content_description / description
Previous value: -"Optional human-readable summary of what this URL content is about."New value: +"Optional human-readable summary of what this URL content is about (recommended)."
changedInput schema / properties / content_description / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
changedInput schema / properties / display_id / description
Previous value: -"The 8-character alphanumeric display profile ID to send the URL to, e.g. 'ABCD1234'."New value: +"The 8-character alphanumeric display profile ID, e.g. 'ABCD1234'."
removedInput schema / properties / duration / default
Removed value: -null
changedInput schema / properties / duration / description
Previous value: -"How long the content stays on the display in seconds. 0 means indefinite (content persists until replaced). Defaults to 0 when omitted."New value: +"How long the content stays on the display in seconds. 0 means indefinite. Defaults to 0."
addedInput schema / properties / duration / minimum
Added value: +0
changedInput schema / properties / duration / type
Previous value: -[
- "integer",
- "null"
-]New value: +"integer"
removedInput schema / properties / session_request_id
Removed value: -{
- "default": null,
- "description": "Optional session request ID returned by create_auth_session. Pass this instead of access_token for simpler, more reliable authentication — the server resolves the identity server-side.",
- "type": [
- "string",
- "null"
- ]
-}
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "currentContentDescription": {
+ "type": "string"
+ },
+ "duration": {
+ "type": "integer"
+ },
+ "file": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}