1.1


1.1.0-funcrel

New Features

Summary Details
Added MCP tool for supporting addition of "post-its" for both Transactions and Data Call Graph views A new tool for adding post-its to Transactions and Data Call Graph views MCP has been added. Users can now provide title and description of the post it they want to add to a specific Transaction or Data Call Graph. Example prompt: "Add a post-it to the transaction named CATALOG with title as "catalog post it" and description as "This is a post it"."

Feature Improvements

Summary Details
Added new configuration parameter CONTROL_PANEL_SSL_ENABLED in app.config to support HTTPS communication between MCP server and CAST Imaging when configured to run over HTTPS. The MCP Server now supports HTTPS communication with CAST Imaging through a new configuration parameter, CONTROL_PANEL_SSL_ENABLED. This enhancement allows users to enforce secure HTTPS connections when CAST Imaging is deployed with HTTPS, ensuring reliable dynamic service discovery and configuration management. By default, this parameter is set to false, assuming CAST Imaging is running over HTTP. To enable HTTPS communication, set: CONTROL_PANEL_SSL_ENABLED=true.
Added new configuration parameter IMAGING_DOMAIN app.config to support multi tenancy in MCP server. The MCP Server now supports multi tenancy available in CAST Imaging 3.5.0-funcrel or later via a new configuration parameter "IMAGING_DOMAIN". If a user wants to use the MCP server with a specific tenant and wants to interact with the apps associated with that tenant only, this parameter can be used to set that tenant name and run the MCP server. By default, the value of IMAGING_DOMAIN is set to the 'default' tenant (single tenancy).
Enhanced JSON response formatting for improved accuracy and consistency. The MCP Server's response formatter has been improved to ensure all responses are returned as valid, well-structured JSON.

1.1.0-beta2

Feature Improvements

Summary Details
Improvements to results Added ISO 5055 analysis tools for exploring software quality characteristics and their associated weaknesses, with support for filtering and pagination.
Improvements to the logging system Added enhanced logging system with configurable debug mode via the "app.config" file (false by default) and unified log file integration that combines FastMCP and custom logs in the "logs/" folder.