Skip to content

MCP UI Configuration

//TODO: introduce this; get details from engineering

MCP UI Tabs

Drafts
This tab contains the working version of the Member Care Portal user interface configuration file.
Published Config

This tab contains the published version of the Member Care Portal user interface configuration file.

Select Published Configuration
If you have multiple environments, such as dev, staging, and production, you can select one of them to view the configuration details.
Deployed Config
This tab contains the deployed version of the Member Care Portal user interface configuration file.

MCP UI Config Structure

Important

Because of the JSON structure's complexity, we recommend specialized training from Loyalty Methods before you attempt to edit the MCP configuration.

"configurations": {
    "view-name": {
      "title": "View Title",
      "enabled": true,
      "hide": true,
      "description": "Description of the view"
    }
}
title
The title of the view, such as Account Summary, Adjustment History, and Segments.
enabled
Determines whether the view is enabled in the Member Care Portal.
hide
Determines whether the view is visible in the Member Care Portal.
description
Description of the view to be displayed in the Member Care Portal's MCP Configuration Manager.