Open
Conversation
Apply PM-reviewed UX changes to the MCP configuration pages: - MCP Config Card: rearrange General fasttab into explicit Column1 (Name + Description) and Column2 (all toggles); move the Tool Modes descriptive text inside General so collapsing the group also hides the explanatory text. - Available Tools subform: reorder columns (Object Id leads as the drilldown entry, then Object Name, the Allow* flags, Object Type, API Version). - MCP API Tools lookup: reorder columns (Name, Entity Name, ID, API Publisher, API Group, API Version). - API Publishers page: rename to "API Groups" and put API Group before API Publisher. - Add Tools by API Group: lead with the API Group field and add ResolvePublisherForGroup so the publisher auto-fills when only one publisher exposes the chosen group, otherwise prompt for disambiguation. Three slide items are not implementable in AL today (record nav arrows, semantic search in lookups, lookup-dialog header icon) and are tracked on the bug as won't-fix.
There was a problem hiding this comment.
AL Documentation Audit
Documentation gaps were detected in the following apps:
- MCP: 96% documentation coverage
To generate documentation, run /al-docs init or /al-docs update using GitHub Copilot CLI or Claude Code.
This review is for awareness to help keep documentation in sync with code changes. It is okay to dismiss this request.
gggdttt
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Apply PM-reviewed UX changes to the BC MCP (Model Context Protocol) configuration pages from the deck attached to bug 632734.
MCP Config Card (
MCPConfigCard.Page.al)Column1(Name + Description) andColumn2(all toggles: Active, Default, Dynamic Tool Mode, Discover Read Only Objects, Allow Prod Changes).Available Tools subform (
MCPConfigToolList.Page.al)MCP API Tools lookup (
MCPAPIConfigToolLookup.Page.al)API Publishers page (
MCPAPIPublisherLookup.Page.al)Add Tools by API Group dialog (
MCPToolsByAPIGroup.Page.al+ newResolvePublisherForGroupinMCPConfigImplementation.Codeunit.al)Fixes AB#632734