[WIP][MCP] Configuration validation and UX improvements #5860
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR enhances the MCP (Model Context Protocol) configuration management with validation capabilities, system tools display, and improved user experience in the configuration card.
Changes
Configuration Validation Framework
ValidateConfigurationprocedure to detect configuration issues before activationMCP Config Warning- definesWarningMessage,RecommendedAction, andApplyRecommendedActionproceduresMCP Config Warning Type- implements the interface with warning typesMCP Config Missing ObjectandMCP Config Missing ParentcodeunitsMCP Config Warningtemporary table to store validation warningsMCP Config Warning Listpage to display and act on warningsSystem Tools Display
MCP System Tooltemporary table to represent built-in MCP toolsMCP System Tool Listpage part to display system tools (bc_action_describe, bc_action_invoke, bc_action_search)Configuration Card UX Improvements
Validateaction to manually validate configurationAdd Tools by API GroupandAdd All Standard APIsactions disabled when configuration is activeAllowProdChangessetting)Work Item(s)
Fixes AB#615692