Rad Studio
[+] : New Component TsgcWSAPIServer_MCP implements the MCP Server specification, currently supports: Tools, Prompts and Resources requests.
[+] : New Demo MCP Server showing the main features of the MCP Server, can be found in the folder "Demos\15.AI\03.MCP\01.MCP_Server".
[+] : Updated the Telegram libraries to the version 1.8.54. (Windows, Android, iOS, Linux64 and OSX).
[+] : Updated sgcIndy to the latest version.
[+] : Improved setup: added a remainder to configure the platform in the IDE if unavailable. (Thanks to Peter for the suggestion).
[+] : Improved sgcIndy Setup: added the parameter "/debug" to get a warning message if there is any error while compiling the Embarcadero package.
[*] : Fixed Bug Telegram: the android64 library requires to be built with a 16KB page size from November 2025.
[*] : Fixed Bug sgcIndy: the cipherlist is now set before loading the certificates to allow to set for example the security level. (Thanks to Preben for the fix)
[*] : Fixed Bug sgcIndy: Cannot assign a TIdSSLX509Checks to a TIdSSLOptions_Internal.
[*] : Fixed Bug sgcIDE Expert: the form was not displayed with the correct size.
[*] : Fixed Bug OnHandshake event: UTF-8 characters were not encoded properly when adding new headers.
[*] : Fixed Bug AMQP: the internal function sgcWriteAMQPFieldTable was passing all the values as a string.
[*] : Fixed Bug TsgcOpenAIClass.DoReadDouble: when the decimal separator wasn't set to '.' the returned value was invalid. (Thanks to Pierre for the fix)
[*] : Fixed Bug OpenAPI Parser: optional Boolean parameters can't send a False parameter in the querystring, now the boolean has been replaced by TsgcOpenAPIBoolean.
[*] : Fixed Bug DataSnap HTTP/2 Server: OPTION requests where not processed and the connection was not closed.
[*] : Fixed Bug Indy Server: if Authentication.Basic was enabled, the server didn't return the Basic Realm when the Authentication header was wrong.
[/] : OpenAPI: Optional Boolean Parameters have been replace by the enum TsgcOpenAPIBoolean = (oapiBoolNull, oapiBoolFalse, oapiBoolTrue).
.NET
[+] : Updated the Telegram libraries to the version 1.8.54. (Windows, Android, iOS, Linux64 and OSX).
[+] : Updated sgcIndy to the latest version.
[*] : Fixed Bug Telegram: the android64 library requires to be built with a 16KB page size from November 2025.
[*] : Fixed Bug sgcIndy: the cipherlist is now set before loading the certificates to allow to set for example the security level. (Thanks to Preben for the fix)
[*] : Fixed Bug OnHandshake event: UTF-8 characters were not encoded properly when adding new headers.
[*] : Fixed Bug Indy Server: if Authentication.Basic was enabled, the server didn't return the Basic Realm when the Authentication header was wrong.